tmarois / laravel-ads-sdk

PHP SDK for Google Ads, Bing Ads, and Facebook Ads API for Laravel
MIT License
110 stars 42 forks source link

Marketing API < v14.0 deprecation notice #57

Open zacksmash opened 1 year ago

zacksmash commented 1 year ago

I received this email today, letting me know that January 25, 2023 they will deprecate anything lower than v14. This lib currently uses v13, so it'd be good to get that bumped soon. I can submit a PR if necessary.

Thanks!

gab-smartchannel commented 1 year ago

any news on this?

zacksmash commented 1 year ago

@gab-smartchannel #61

Hoping we can get that merged soon!

gab-smartchannel commented 1 year ago

i hope we get this soon

zacksmash commented 1 year ago

@gab-smartchannel

In the meantime, you can add this to your composer.json file:

"repositories": [
  {
    "type": "vcs",
    "url": "https://github.com/zacksmash/laravel-ads-sdk.git"
  }
]

Then run composer update.

timothymarois commented 1 year ago

Hey guys, I'm sorry for the delay, Ive been busy with other projects. With google's depreciation, I haven't had the interest in continuing this project, but am willing for anyone who wants to take on its development. It was a very useful tool for many years for me. Let me know if anyone is interested. I know @zacksmash you've already created your fork on this, thank you.