PHPackages                             akuma/coen-uploader-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. akuma/coen-uploader-bundle

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

akuma/coen-uploader-bundle
==========================

021PHP

Since Dec 20Pushed 8y agoCompare

[ Source](https://github.com/inri13666/coen-uploader-bundle)[ Packagist](https://packagist.org/packages/akuma/coen-uploader-bundle)[ RSS](/packages/akuma-coen-uploader-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

AkumaCoenFileBundle
===================

[](#akumacoenfilebundle)

Installation
------------

[](#installation)

First you need to add `akuma/coen-uploader-bundle ` to `composer.json`:

```
composer require akuma/coen-uploader-bundle
```

You also have to add `AkumaCoenFileBundle` to your `AppKernel.php`:

```
// app/AppKernel.php
//...
class AppKernel extends Kernel
{
    //...
    public function registerBundles()
    {
        $bundles = array(
            ...
            new Akuma\Bundle\CoenFileBundle\AkumaCoenFileBundle()
        );
        //...

        return $bundles;
    }
    //...
}
```

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

[](#configuration)

You also may customize some config options:

```
akuma_coen_file:
    target_dir: ~ #default sys_get_tmp_dir
    max_uploads: ~ #default 3
```

Changelog
---------

[](#changelog)

### Version 1.0.0

[](#version-100)

- First release

License
-------

[](#license)

- The bundle is licensed under the [WTFPL License](http://www.wtfpl.net/)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/75abdcaa05b077ff39155d3e281bd1c52dcce0e94b30da0b8927d40ce2ff8c52?d=identicon)[inri13666](/maintainers/inri13666)

---

Top Contributors

[![inri13666](https://avatars.githubusercontent.com/u/1381253?v=4)](https://github.com/inri13666 "inri13666 (2 commits)")

### Embed Badge

![Health badge](/badges/akuma-coen-uploader-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/akuma-coen-uploader-bundle/health.svg)](https://phpackages.com/packages/akuma-coen-uploader-bundle)
```

###  Alternatives

[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.7k](/packages/venveo-craft-compress)

PHPackages © 2026

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