spatie / flysystem-dropbox

A flysystem driver for Dropbox that uses the v2 API
https://freek.dev/734-dropbox-will-turn-off-v1-of-their-api-soon-its-time-to-update-your-php-application
MIT License
342 stars 50 forks source link

Include the service provider in the package #17

Closed sebastiaanluca closed 7 years ago

sebastiaanluca commented 7 years ago

Would it perhaps be a good idea to include the service provider mentioned in the blog post in this package? It feels a bit weird we still have to extend the storage adapter manually when that's the main use-case for most. Creating and maintaining a custom Dropbox service provider for each project that uses it (and I have a lot of projects depending on it) is also quite redundant.

freekmurze commented 7 years ago

I'd like to keep this package framework agnostic.

You're of course free to create your own package with that service provider.

sebastiaanluca commented 7 years ago

Thanks for the reply, makes sense.

S43534 commented 6 years ago

For reference: https://github.com/benjamincrozat/laravel-dropbox-driver