The OneupFlysystemBundle provides a Flysystem integration for your Symfony projects. Flysystem is a filesystem abstraction which allows you to easily swap out a local filesystem for a remote one. Currently you can configure the following adapters to use in your Symfony project.
The entry point of the documentation can be found in the file Resources/docs/index.md
Read the documentation for master
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.
Due to the similiarities between Flysystem and Gaufrette, this bundle is heavily inspired by the beautifully crafted GaufretteBundle. Props to the devs at KnpLab!