microsoft/bingads
最新稳定版本:v13.0.26
Composer 安装命令:
composer require microsoft/bingads
包简介
This project provides the PHP client library for the SOAP-based Bing Ads API at Microsoft.
README 文档
README
You can develop Bing Ads applications with any programming language that supports web services. The Bing Ads PHP Software Development Kit (SDK) enhances the experience of developing Bing Ads applications with the PHP programming language. The SDK includes a proxy to all Bing Ads API web services and abstracts low level details of authentication with OAuth. The SDK follows the PSR-4 standard to support autoloading classes from file paths, so that you don’t have to include each classes manually. Your application can simply require autoload.php: require_once __DIR__ . "/vendor/autoload.php";
Installing the SDK
You can install the Bing Ads PHP SDK using the Composer package manager to fetch from Packagist. We recommend using Composer as a dependency manager so that you don’t have to manually download the proxy classes.
-
Download and install Composer. Microsoft Windows users should also add composer.phar to your PATH variable.
-
Make sure your php.ini file has extension=soap.
-
Open a command prompt and type
composer require microsoft/bingads.Note: Windows users who did not add composer.phar to the PATH will need to type
php composer.phar require microsoft/bingadsinstead. -
To get updates going forward, type
composer update. If any updates are available at packagist, composer will install the latest version.
For more information see Get Started Using PHP with Bing Ads Services.
统计信息
- 总下载量: 2.66M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 62
- 点击次数: 2
- 依赖项目数: 12
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2017-04-05