googleads-php-lib-v60.0.0
Google Ads APIs Client Library for PHP v60.0.0
AdWords
- Removed support because the API was sunset. Users should migrate to the new client library google-ads-php to access the new Google Ads API instead.
- Removed all code examples including the
LaravelSampleApp
. Users should refer to the new set of code examples of the new client library to access the new Google Ads API instead which also includes aLaravelSampleApp
.
Ad Manager
- Added support for v202302.
- Removed support for v202202.
- Removed examples for v202205.
Common
- Removed support for version 7.3 of the php dependency.
- Added support for version 3 of the monolog/monolog dependency.
- Added support for version 6 of the symfony/serializer dependency.
- Upgraded the minimum version of the guzzlehttp/psr7 dependency to 1.7 and added support for version 2.
- Migrated the example Auth/GetRefreshToken from OOB. More details can be found here.