google API files
Posted: Tue Nov 11, 2014 1:33 am
Ok so i was reading this article about seeting up the google API for PHP : https://code.google.com/p/google-api-ph ... ingStarted
if you see the section where it says :
Copy the google-api-php-client directory into your project
it says the following :
Copy the google-api-php-client directory into the myproject directory. You can add the following code to myproject.php to include the client library:
but when i go to the github link :
https://github.com/google/google-api-php-client
and clone the repository on my system locally , i just don't see any path or filename similar to :
what am i missing ?? .
if you see the section where it says :
Copy the google-api-php-client directory into your project
it says the following :
Copy the google-api-php-client directory into the myproject directory. You can add the following code to myproject.php to include the client library:
Code: Select all
require_once "google-api-php-client/src/Google_Client.php";
require_once "google-api-php-client/src/contrib/Google_PlusService.php";
https://github.com/google/google-api-php-client
and clone the repository on my system locally , i just don't see any path or filename similar to :
Code: Select all
require_once "google-api-php-client/src/Google_Client.php";
require_once "google-api-php-client/src/contrib/Google_PlusService.php";