Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

GoogleDrive

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());

About

Upload your files from your application directly to Google Drive

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages