thecodingcompany/googledrive

Google Drive class for PHP 5.6

1.0.0 2016-04-12 07:08 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:47:42 UTC


README

Google Drive class to upload files directly from your application to your Google Drive.

Made available by The Coding Company

https://thecodingcompany.se

Build by: Victor Angelier <vangelier \u0040 hotmail.com>

#Install/Composer

Easy: composer require thecodingcompany/googledrive

#Example

require_once('google-api-php-client-2.0.0-RC7/vendor/autoload.php');

$drive = new CodingCompany\GoogleDrive();
$drive->setCredentials('location/to/your/credential.json');

$drive->init_google_drive();
print_r($drive->quota());