cmutter/google-adwords-api
Composer 安装命令:
composer require cmutter/google-adwords-api
包简介
AdWords PHP API Client
README 文档
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
统计信息
- 总下载量: 82.12k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 23
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2013-03-27