aboutcoders / file-distribution
File distribution library
Installs: 14 975
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: >=5.3.3
- jms/serializer: ~1.0
- knplabs/gaufrette: 0.2.*@dev
- myclabs/php-enum: ~1.2
- psr/log: ~1.0
- symfony/filesystem: ~2|~3.0
Requires (Dev)
- phpunit/phpunit: ~4
This package is not auto-updated.
Last update: 2024-11-09 17:19:37 UTC
README
The AbcFileDistribution provides a file management system that gives you a flexible framework for storing and transferring files between various locations (Local, FTP, CDN). It is build on top of Gaufrette library.
Overview
This library provides the following features:
- Filesystem definitions you can use with Doctrine ORM, MongoDB/CouchDB ODM or Propel
- Filesystem AdapterFactory
- Unit tested
We appreciate if you decide to use this bundle and we appreciate your feedback, suggestions or contributions.
Installation
Add the AbcJobBundle to your composer.json
file
{ "require": { "aboutcoders/file-distribution": "~1.0" } }
ToDo:
- Update docs
About
AbcFileDistributionBundle is a AboutCoders initiative.