cmutter / google-adwords-api
AdWords PHP API Client
Installs: 82 087
Dependents: 0
Suggesters: 0
Security: 0
Stars: 23
Watchers: 7
Forks: 9
Open Issues: 1
Requires
- php: >=5.3.0
Suggests
- googleads/googleads-php-lib: The OFFICIAL googleads PHP client library
This package is not auto-updated.
Last update: 2024-11-09 14:34:56 UTC
README
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"
}
}
Symfony 2.x Autoloader Notice
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.
Credits
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