Skip to content

googleads-php-lib-v60.0.0

Compare
Choose a tag to compare
@PierrickVoulet PierrickVoulet released this 21 Feb 20:38
· 15 commits to main since this release

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 a LaravelSampleApp.

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.