Download the PHP package lucascherifi/google-drive-bundle without Composer
On this page you can find all versions of the php package lucascherifi/google-drive-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lucascherifi/google-drive-bundle
More information about lucascherifi/google-drive-bundle
Files in lucascherifi/google-drive-bundle
Download lucascherifi/google-drive-bundle
More information about lucascherifi/google-drive-bundle
Files in lucascherifi/google-drive-bundle
Vendor lucascherifi
Package google-drive-bundle
Short Description A Symfony bundle to handle Google Drive API
License MIT
Package google-drive-bundle
Short Description A Symfony bundle to handle Google Drive API
License MIT
Please rate this library. Is it a good library?
Informations about the package google-drive-bundle
Google Drive Bundle (Unmaintained)
IMPORTANTE NOTE : This bundle is not maintained anymore. If someone want's to maintain it, feel free :-)
The purpose of this bundle is to improve the usage of Google Drive API within Symfony applications.
The main features of this bundle are:
-
Resources Finder
- Search a resource
- List children of a resource
- Get resource metadata
- Download files
-
Resources Modifier
- Move a resource to another drive directory
- Remove a resource (trash or not)
- Rename a resource
- Upload a resource to a drive directory
- Create a drive directory
- Webhook management
- Watch/unwatch resource
- Handle notifications via tagged processor services (you can create yours)
- Fully manage subcriptions (Symfony commands provided to auto-update subscriptions)
Prerequisites
- Google Oauth Account and its p12 file (via Google Developer Console)
- Web endpoint available with signed HTTPS (not auto-signed, Google accepts to send notifications only via real signed HTTPS)
Bundle limitations
Currently, this bundle is only work with Doctrine ORM.
I'd love someone to be interested to develop ODM version :)
Installation
Usage examples
Contributing
License
This bundle is under the MIT license. See the complete license in the bundle:
./LICENSE
All versions of google-drive-bundle with dependencies
PHP Build Version
Package Version
Requires
google/apiclient Version
1.0.*@beta
The package lucascherifi/google-drive-bundle contains the following files
Loading the files please wait ....