2017 © Pedro Peláez
 

library googledrive

Google Drive class for PHP 5.6

image

thecodingcompany/googledrive

Google Drive class for PHP 5.6

  • Tuesday, April 12, 2016
  • by digitalhuman
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

GoogleDrive

Google Drive class to upload files directly from your application to your Google Drive., (*1)

Made available by The Coding Company, (*2)

https://thecodingcompany.se, (*3)

Build by: Victor Angelier , (*4)

Install/Composer

Easy: composer require thecodingcompany/googledrive, (*5)

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

The Versions

12/04 2016

dev-master

9999999-dev https://github.com/TheCodingCompany/GoogleDrive

Google Drive class for PHP 5.6

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

php google google drive

12/04 2016

1.0.0

1.0.0.0 https://github.com/TheCodingCompany/GoogleDrive

Google Drive class for PHP 5.6

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

php google google drive