enston / flysystem-google-drive
Flysystem adapter for Google Drive
dev-master / 1.1.x-dev
2023-02-06 14:06 UTC
Requires
- php: >=5.4.0
- google/apiclient: ^2.0
- league/flysystem: ~1.0
- nao-pon/flysystem-cached-extra: ~1.0
Requires (Dev)
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2025-03-06 18:58:11 UTC
README
This is forked package and the link to the original package is here.
What lead us to create yet another google drive adapter
The original package does not seem to be active with base google drive services(google/apiclient-services) update. The new update from drive seems to break the way getPermissions()
method is used inside adapter package.
That's the only reason we created this package.
We did PR the original package to fix the issue and we have plan to abandon this package once our PR is merged.
Installation
composer require enston/flysystem-google-drive