Search code examples
cakephpgoogle-apigoogle-analytics-apicakephp-2.1

CakePHP Google Analytics Plugin


I am building a Core Reporting system App. And right now i am using http://code.google.com/p/google-api-php-client/ for the purpose. But i want to move my application into CakePHP to leverage the Framework.

How can i dump the php client in to vendors folder and leverage that inside CakePHP ? I have never used a 3rd party script inside cakephp. Is there any Write up that can get me started ?


Solution

  • Loading Vendor Files in the cookbook should get you started.