hackzilla / adwords
This package is abandoned and no longer maintained.
The author suggests using the googleads/googleads-php-lib package instead.
Wrapper for Google Adwords API
4.6.0
2013-10-07 20:51 UTC
Requires
- php: >=5.3.2
This package is auto-updated.
Last update: 2019-02-20 19:33:46 UTC
README
Google now maintain their client on Github.
https://github.com/googleads/googleads-php-lib
Adwords
Google Adwords Vendor for Symfony2
Uses Google Adwords API version 4.6.0
Symfony Setup
add something similar to your composer.json file.
"require": {
// ...
"hackzilla/adwords": "dev-master",
// ...
},