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