This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Please install Google client library using composer. Use below command | |
* composer require google/apiclient:"^2.0" | |
*/ | |
// Turn ON error reporting | |
error_reporting(E_ALL); | |
ini_set('display_errors', 1); |