Google PHP API too many files
问题 I am trying to create a plugin for WordPress using the Google Analytics Reporting API v4 https://developers.google.com/analytics/devguides/reporting/core/v4/quickstart/service-php We need to load the Google API PHP Client Library require_once __DIR__ . '/vendor/autoload.php'; I have downloaded the latest release of Google API https://github.com/google/google-api-php-client/releases but the vendor folder contains more than 7000 files! My question is if I am doing something wrong here or I am