Hi Daniel,

Actually no, i do not believe any modifications are required for the API, 
inface i used the following steps to get it working. I will post my steps 
below, feel free to make any modifications you see fit. and hopefully this 
will help others aswell. The following steps apply to cakephp, laravel, and 
most MVC frameworks for PHP.

1. Add the following lines to composer.json under 'require' in your laravel 
installation:
"googleads/googleads-php-lib": "dev-master"

2. Run the following commands using a cmd on your windows PC after you 
navigate to your Laravel installation folder.
composer -update

3. That should be it, now to refer to any classes of the adwords api, using 
the autoload.php file found in the bootstrap folder of your installation. 
When referring to those classes they are case sensitive so remember that 
please.

If there are any issues, let me know and i will do my best to test things 
out in my dev environment.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/70439851-cb9c-446d-97b7-0a6228d3134b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to