Using the Adwords PHP Api library in Laravel 3
A quick and dirty fix to get the Adwords API working in Laravel 3. Create a new directory called “adwords” in your /bundles directory Add in the files below Download the Adwords PHP Api library from https://code.google.com/p/google-api-adwords-php/ Create a new directory in /bundles/adwords called “libraries”, in this libraries folder, create another folder called “adwords” Place [...]