mjrider/flysystem-factory

This package is abandoned and no longer maintained. No replacement package was suggested.

Simple factory library to create a flysystem instance from a url

v0.7.1 2022-03-10 07:15 UTC

README

i'm no longer interested in this package and i'm not using it anymore my self.

This is a factory package to provide for an easy to use configuration and api for flysystem users.

Package details

Latest Release Version License Maintenance Total Downloads

Code quality

Build Status

Compatibility

PHP_Compatibility 5.4 and up PHP_Compatibility 7.0 and up

Usage

You can require the bundle:

composer require mjrider/flysystem-factory

Various backends require additional composer packages. Due to the fact that some are mutual exclusive they are not not a dependency for this package. Please install them conform your own needs

Adapters:

  • B2: mhetreramesh/flysystem-backblaze
  • S3: league/flysystem-aws-s3-v3

Caching:

  • Memcached: ext-memcached
  • Predis: predis/predis

The syntax for the url follows the following scheme adapter://user:pass@[host|region]/sub/folder?extraparam=foo

For the full list of supported options per adapter see the examples.

Examples

Examples are listed in de examples.md.

Upgrading

From time to time there will be breaking change. These will be documented in UPGRADING.md.

It is highly recommended to check what has changed before upgrading to a new minor or major release.

Enforcement

The master branch is protected so that at least one other developer approves by reviewing the change.

For more information about required reviews for pull requests, please check the official GitHub documentation.

Development

The code is accompanied by tests. These can be run using:

./vendor/bin/phpunit

Authors & Contributors

For a full list off all author and/or contributors, please check the contributors page.

License

The code in this repository has been licensed under an MIT License.