Download the PHP package aboutcoders/file-distribution-bundle without Composer
On this page you can find all versions of the php package aboutcoders/file-distribution-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aboutcoders/file-distribution-bundle
More information about aboutcoders/file-distribution-bundle
Files in aboutcoders/file-distribution-bundle
Package file-distribution-bundle
Short Description File distribution Symfony2 bundle
License MIT
Homepage http://aboutcoders.com
Informations about the package file-distribution-bundle
AbcFileDistributionBundle
The AbcFileDistributionBundle provides a database-backed file management system for Symfony. It gives you a flexible framework for storing and transferring files between various locations (Local, FTP, CDN). It is build on top of AbcFileDistribution library.
Overview
This bundle provides the following features:
- Filesystem definitions can be stored via Doctrine ORM, MongoDB/CouchDB ODM or Propel
- Filesystem definitions can be defined in configuration
- Unit tested
We appreciate if you decide to use this bundle and we appreciate your feedback, suggestions or contributions.
Installation
Add the AbcFileDistributionBundle to your composer.json
file
Then include the bundle in the AppKernel.php class
Configuration
Configure doctrine orm
At the current point only doctrine is supported as ORM. However by changing the configuration you can use a different persistence layer.
Update the database schema
Finally you need to update your database schema in order to create the required tables.
Further Documentation
- Configuration Reference
ToDo:
- Update docs
About
AbcFileDistributionBundle is a AboutCoders initiative.
All versions of file-distribution-bundle with dependencies
symfony/symfony Version ~2.6|~3.0
gedmo/doctrine-extensions Version ~2.0
doctrine/doctrine-fixtures-bundle Version ~2.0
aboutcoders/file-distribution Version ~1.0