Download the PHP package soramugi/google-drive-client-php without Composer
On this page you can find all versions of the php package soramugi/google-drive-client-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package google-drive-client-php
Google Drive Client PHP
The php library to Google Drive API operate. The wrapper which uses the library based on the following library.
https://github.com/bitgandtter/google-api based on http://code.google.com/p/google-api-php-client/
Installation
Using Composer
composer.json
curl -s http://getcomposer.org/installer | php
php composer.phar install
Usage
Attestation
get client id or client secret.
https://code.google.com/apis/console/
get json type string access_token.
https://gist.github.com/soramugi/6060776
List display
Add Spreadsheet
When adding into folder, id of forder file is set up.
$file->setParentId($folderId);
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
Apache License, Version 2.0
All versions of google-drive-client-php with dependencies
PHP Build Version
Package Version
Requires
soramugi/google-api Version
0.6.2
The package soramugi/google-drive-client-php contains the following files
Loading the files please wait ....