An open API service indexing awesome lists of open source software.

https://github.com/phauthentic/file-storage-factories

Factories for Flysystem
https://github.com/phauthentic/file-storage-factories

factories file-storage flysystem php-74 php-library php7

Last synced: 3 months ago
JSON representation

Factories for Flysystem

Awesome Lists containing this project

README

          

# Storage Factories for Flysystem

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Scrutinizer Coverage](https://img.shields.io/scrutinizer/coverage/g/Phauthentic/file-storage-factories/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/Phauthentic/file-storage-factories/)
[![Code Quality](https://img.shields.io/scrutinizer/g/Phauthentic/file-storage-factories/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/Phauthentic/file-storage-factories/)

In the underlying Flysystem implementation some adapters are more or less complex to build. Sometimes you have to compose multiple objects and feed them to an adapter. The factories take this burden away from you and provide you the same interface for all adapters. Just their config array options differ.

## Documentation

* [Installation](Installation.md)
* [Factories](Factories.md)

## Support

For bugs and feature requests, please use the [issues](https://github.com/phauthentic/file-storage/issues) section of this repository.

## License

Copyright 2020, Florian Krämer

Licensed under The MIT License
Redistributions of files must retain the above copyright notice.