aboutcoders/file-distribution

File distribution library

1.0.4 2016-04-23 17:01 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:13:14 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.

Build Status: Build Status

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.