Sample scripts for Google BigQuery service, using Google API PHP Client.
Install google-api-php-client
$ cd to/where/you/clone/this/project/
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install
Set the appropriate credentials in config/Credentials.php and put your *.p12 (Private Key) in key/ directory.