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";