cmutter/google-adwords-api

AdWords PHP API Client

5.2.3 2014-05-01 20:51 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:46:01 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