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

Installs: 48

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 3

Open Issues: 0

pkg:composer/hackzilla/adwords

4.6.0 2013-10-07 20:51 UTC

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",
    // ...
},