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

Add compatibility with flysystem v2 #58

Closed jmsche closed 3 years ago

BusterNeece commented 3 years ago

Been working on migrating my project to Flysystem v2 and it uses the Dropbox adapter, so I took it on myself to fork this repo and write up a version that's compatible with Flysystem v2:

https://github.com/SlvrEagle23/flysystem-dropbox/tree/feature/flysystem-2.x

At this point it has full interface compatibility and a passing test suite.

Happy to work with the folks on this repository to PR it in for inclusion here. :)

freekmurze commented 3 years ago

Feel free to PR the needed changes for v2 to this repo! I'll create a new major version, so breaking changes are allowed. Make sure all tests pass and that the readme is updated 👍

freekmurze commented 3 years ago

Compatibility with v2 of Flysystem is coming later today.