Skip to content

1up-lab/OneupFlysystemBundle

Folders and files

NameName
Last commit message
Last commit date
Sep 25, 2024
Oct 15, 2024
Oct 15, 2024
Mar 14, 2024
Mar 11, 2024
Feb 7, 2022
Mar 1, 2022
Feb 13, 2021
Mar 11, 2024
Apr 8, 2024
Dec 14, 2021
Feb 13, 2021

Repository files navigation

OneupFlysystemBundle

Build Status Total Downloads

Now 4.x available with Flysystem V2 & V3 support!

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.

Documentation

The entry point of the documentation can be found in the file doc/index.md

Read the documentation for the latest release

Flysystem 1.x

If you're looking for Flysystem 1.x support, check out the 3.x-branch of this bundle.

License

This bundle is under the MIT license. See the complete license in the bundle:

Reporting an issue or a feature request

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/website-skeleton to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.