PHPackages                             akuma/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. akuma/distribution-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

akuma/distribution-bundle
=========================

v1.0.4(8y ago)21.2k1WTFPLPHPPHP &gt;=5.4

Since May 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/inri13666/AkumaDistributionBundle)[ Packagist](https://packagist.org/packages/akuma/distribution-bundle)[ Docs](http://bundles.akuma.in/distribution)[ RSS](/packages/akuma-distribution-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (7)Used By (1)

AkumaDistributionBundle
=======================

[](#akumadistributionbundle)

Implements additional way to load bundles without any updates of application files.

Usage
-----

[](#usage)

Modify current kernel of application by extending (*extends AkumaKernel*) from `Akuma\Bundle\DistributionBundle\AkumaKernel`and result should be merged with parent result, like following:

```
class AppKernel extends AkumaKernel
{
    public function registerBundles()
    {
        $bundles = array(
            ...
        );

        if (in_array($this->getEnvironment(), array('dev', 'test'), true)) {
            ...
        }

        //Following should be replaced to suport list of bundles from AkumaKernel
        return parent::registerBundles($bundles);
    }
```

Add Resources/config/bundle.yml file to every bundle you want to be auto-registered within application's kernel:

```
bundle:
    class: 'Acme\Bundle\TestBundle\AcmeTestBundle'
    priority: -1
    kernel: true
    environment: ['test', 'prod']
    require:
        - {class: 'Acme\Bundle\OtherBundle\AcmeOtherBundle', kernel: true}
```

Where :

- `class` - is a main class of `Bundle`
- `priority` - is an integer value
- `kernel` - indicates if bundle class require Kernel object as argument for constructor
- `environment` - array of environment names to load bundle
- `require` - an array of bundles to be loaded

### Commands

[](#commands)

#### List registered bundles

[](#list-registered-bundles)

Command syntax is `akuma:debug:bundle`. Displays all registered bundles within application.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

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 ~11 days

Total

5

Last Release

3246d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.6

v1.0.4PHP &gt;=5.4

### 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 (6 commits)")

### Embed Badge

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

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

###  Alternatives

[ezsystems/symfony-tools

eZ Systems Symfony Tools

19306.9k2](/packages/ezsystems-symfony-tools)

PHPackages © 2026

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