thecodingcompany / googledrive
PHP 5.6 的 Google Drive 类
1.0.0
2016-04-12 07:08 UTC
Requires
- php: >=5.6.0
This package is not auto-updated.
Last update: 2024-09-14 18:58:41 UTC
README
Google Drive 类,可以直接从您的应用程序上传文件到您的 Google Drive。
由 The Coding Company 提供
构建者:Victor Angelier <vangelier @ hotmail.com>
#安装/Composer
简单:composer require thecodingcompany/googledrive
#示例
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());