thecodingcompany / googledrive
Google Drive class for PHP 5.6
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/thecodingcompany/googledrive
Requires
- php: >=5.6.0
This package is not auto-updated.
Last update: 2025-09-28 00:45:22 UTC
README
Google Drive class to upload files directly from your application to your Google Drive.
Made available by The Coding Company
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());