cpcstrategy / bing-ads-sdk-php
Bing Ads API Version 9 Client Library for PHP.
Installs: 106 175
Dependents: 1
Suggesters: 0
Security: 0
Stars: 7
Watchers: 8
Forks: 9
Open Issues: 3
Requires
- php: >=5.3.3
This package is not auto-updated.
Last update: 2024-10-26 16:36:25 UTC
README
Composer friendly version of the Bing Ads SDK for PHP. API Version 10. This contains the PHP classes for version 9 of the Bing Ads web services. Classes for the request/response messages, data objects, and value set that each service defines in its WSDL are contained in this repository.
Version 2 separates all classes into their own file. For the unmodified version of the SDK use branch 1.x
.
Version 3 uses the API version 10
##Library Information
- Bing Ads API Version 10
- Library Update 12/15/2015
- Library Home Page
##Installation
php composer.phar require cpcstrategy/bing-ads-sdk-php:~3.0
##Usage
See the PHP Examples for Bing Ads
###Original source code https://code.msdn.microsoft.com/Bing-Ads-API-Version-9-in-fb27761f
###Getting Started With the Bing Ads API http://msdn.microsoft.com/en-us/library/bing-ads-getting-started.aspx
###Server Side OAuth Authentication in PHP http://msdn.microsoft.com/en-US/library/dn632721.aspx
###Bing Client Id and Client Secret These credentials are available after an application is created for the account: https://account.live.com/developers/applications
###Bing Developer Key It can be obtain at this URL https://developers.bingads.microsoft.com/Account
##Release Notes Information about updates to the Bing Ads API see the release notes.