Closed hackzilla closed 5 years ago
This is what I've personally ended up with.
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",
},
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