thecodingcompany/googledrive
Composer 安装命令:
composer require thecodingcompany/googledrive
包简介
Google Drive class for PHP 5.6
关键字:
README 文档
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());
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-12