Harsha M V
Harsha M V

Reputation: 54949

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 ?

Upvotes: 1

Views: 1417

Answers (1)

dhofstet
dhofstet

Reputation: 9964

Loading Vendor Files in the cookbook should get you started.

Upvotes: 2

Related Questions