Skip to content

Composer and Packagist supported, official Google AdWords API PHP Client

Notifications You must be signed in to change notification settings

estelle11976/google-api-adwords-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdWords API PHP Client

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

About

Composer and Packagist supported, official Google AdWords API PHP Client

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%