PHPackages                             aboutcoders/file-distribution-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. aboutcoders/file-distribution-bundle

ActiveSymfony-bundle[File &amp; Storage](/categories/file-storage)

aboutcoders/file-distribution-bundle
====================================

File distribution Symfony2 bundle

1.1.11(9y ago)110.8k↓100%1MITPHPPHP &gt;=5.3.2

Since Aug 20Pushed 9y ago2 watchersCompare

[ Source](https://github.com/aboutcoders/file-distribution-bundle)[ Packagist](https://packagist.org/packages/aboutcoders/file-distribution-bundle)[ Docs](http://aboutcoders.com)[ RSS](/packages/aboutcoders-file-distribution-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (15)Used By (0)

AbcFileDistributionBundle
=========================

[](#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.

Build Status: [![Build Status](https://camo.githubusercontent.com/369b6b969435e220bde9457ce2efc4ebedce51549796c544591e36cd6e42ef5b/68747470733a2f2f7472617669732d63692e6f72672f61626f7574636f646572732f66696c652d646973747269627574696f6e2d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/aboutcoders/file-distribution-bundle)

Overview
--------

[](#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
------------

[](#installation)

Add the AbcFileDistributionBundle to your `composer.json` file

```
{
    "require": {
        "aboutcoders/file-distribution-bundle": "~1.1"
    }
}
```

Then include the bundle in the AppKernel.php class

```
public function registerBundles()
{
    $bundles = array(
        // ...
        new Abc\Bundle\FileDistributionBundle\AbcFileDistributionBundle(),
    );

    return $bundles;
}
```

Configuration
-------------

[](#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.

```
abc_file_distribution:
    db_driver: orm
    filesystems:
        assets:
            type: LOCAL
            path: "%data_dir%/assets"
            options:
                create: true
```

**Update the database schema**

Finally you need to update your database schema in order to create the required tables.

```
php app/console doctrine:schema:update --force
```

Further Documentation
---------------------

[](#further-documentation)

- [Configuration Reference](./docs/configuration-reference.md)

ToDo:
-----

[](#todo)

- Update docs

About
-----

[](#about)

AbcFileDistributionBundle is a [AboutCoders](https://aboutcoders.com) initiative.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~52 days

Recently: every ~121 days

Total

14

Last Release

3601d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5da939d77ba4f66eb57355d8e3542c23081d2b4ed6eb3a6af4cfccac4a6b05b5?d=identicon)[aboutcoders](/maintainers/aboutcoders)

---

Top Contributors

[![hrba](https://avatars.githubusercontent.com/u/2995275?v=4)](https://github.com/hrba "hrba (57 commits)")

---

Tags

bundleabstractionfiledistribution

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aboutcoders-file-distribution-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/aboutcoders-file-distribution-bundle/health.svg)](https://phpackages.com/packages/aboutcoders-file-distribution-bundle)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[knplabs/knp-gaufrette-bundle

Allows to easily use the Gaufrette library in a Symfony project

72528.6M91](/packages/knplabs-knp-gaufrette-bundle)[dereuromark/cakephp-file-storage

This plugin is giving you the possibility to store files in virtually any kind of storage backend. This plugin is wrapping the Gaufrette library (https://github.com/KnpLabs/Gaufrette) library in a CakePHP fashion and provides a simple way to use the storage adapters through the StorageManager class.

104.1k](/packages/dereuromark-cakephp-file-storage)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
