Current releases supported:
- 5.2.3 (v201309, v201402)
Added composer.json, and registered with packagist so that you can have convenient versions of the adwords api client added to your projects.
To install
composer require cmutter/google-adwords-api
or add this to your composer.json, and composer update
{
"require": {
"cmutter/google-adwords-api": "5.2.3"
}
}
The AdWords client library in the 4.x series started requiring users to add the path of their libraries to the PHP include_path. This PSR-0 non-compliance necessitates the use of the deprecated "include-path" option in Composer. Don't worry, it's taken care of, and Composer says they're not getting rid of the option anytime soon.
The complete documentation for AdWords and DoubleClick Ad Exchange Buyer API is available from http://www.google.com/apis/adwords/developer/index.html
See Google's README for additional information