googleworkspace / php-samples

PHP samples for Google Workspace APIs
Apache License 2.0
288 stars 348 forks source link

Add composer autoload in quickstart.php #3

Closed rogeriopradoj closed 6 years ago

rogeriopradoj commented 6 years ago

https://getcomposer.org/doc/01-basic-usage.md#autoloading

Otherwise, following error was throw:

PHP Fatal error:  Uncaught Error: Class 'Google_Client' not found in /folder/google-drive-api/quickstart.php:8
Stack trace:
#0 /folder/google-drive-api/quickstart.php(60): getClient()
#1 {main}
  thrown in /folder/google-drive-api/quickstart.php on line 8

Fatal error: Uncaught Error: Class 'Google_Client' not found in /folder/google-drive-api/quickstart.php on line 8

Error: Class 'Google_Client' not found in /folder/google-drive-api/quickstart.php on line 8

Call Stack:
    0.0010     411688   1. {main}() /folder/google-drive-api/quickstart.php:0
    0.0011     411688   2. getClient() /folder/google-drive-api/quickstart.php:60
erickoledadevrel commented 6 years ago

Thanks for catching this! Looks like the build failure is unrelated to you change, so merging.