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
- Host: GitHub
- URL: https://github.com/phauthentic/file-storage-factories
- Owner: Phauthentic
- License: mit
- Created: 2020-05-28T10:31:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T14:06:29.000Z (over 5 years ago)
- Last Synced: 2025-03-13T03:15:30.548Z (about 1 year ago)
- Topics: factories, file-storage, flysystem, php-74, php-library, php7
- Language: PHP
- Homepage:
- Size: 358 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Storage Factories for Flysystem
[](LICENSE)
[](https://scrutinizer-ci.com/g/Phauthentic/file-storage-factories/)
[](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.