PHP LIBRARY: Can we change our keys from an ini file to a .env?

2021-04-14 Thread Donovan Langager
I'm using the php lib with laravel and I have our keys for all our other services in a .env file. Is there a way to route the library to use my preferred location? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Documentation for using pre-registered tokens?

2021-03-27 Thread Donovan Langager
I have my own OAuth2 authentication system and save our keys in a table/object. I'm using the googleads-php-lib and would like to use my built OAuth class in the Ads API but I don't see any docs that reference such cases. So far I can get tokens using my OAuth system but I would like to

Is googleads/googleads-php-lib up to date with AdsApi and AdsManager?

2021-03-24 Thread Donovan Langager
I'm looking to use the AdsApi with my app and I would like to use the php lib. Is this up to date? Can I use this with laravel socialite? I would love to make the oauth transition as seamless as possible for our users. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on