CPCStrategy / bing-ads-sdk-php

Composer friendly version of the Bing Ads SDK for PHP
Apache License 2.0
7 stars 9 forks source link

v9 and v10 #28

Closed hackzilla closed 5 years ago

hackzilla commented 8 years ago

Thanks for this library. very handy.

Do you have any plans for supporting v9 and v10 in the same branch? Currently, my project needs access to "Campaign Management" (v10) and "Reporting" v9.

Related to #22 and #27

hackzilla commented 8 years ago

This is what I've personally ended up with.

https://github.com/UKWebMedia/bing-ads-sdk-php

hackzilla commented 8 years ago

If anyone else whats to use my hybrid in the meantime, then add this to your composer.json

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/UKWebMedia/bing-ads-sdk-php"
        }
    ],
    "require": {
        "cpcstrategy/bing-ads-sdk-php": "dev-master",
    },