PHPackages                             fuzzyma/composer-register-bundle-plugin - 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. fuzzyma/composer-register-bundle-plugin

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

fuzzyma/composer-register-bundle-plugin
=======================================

A composer plugin to register your symfony packages to the AppKernel

0.2.1(9y ago)173[1 issues](https://github.com/Fuzzyma/composer-register-bundle-plugin/issues)MITPHP

Since Jul 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Fuzzyma/composer-register-bundle-plugin)[ Packagist](https://packagist.org/packages/fuzzyma/composer-register-bundle-plugin)[ RSS](/packages/fuzzyma-composer-register-bundle-plugin/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

\#ComposerRegisterBundlePlugin

A composer plugin to register your symfony packages to the AppKernel. **Note**, that you need composer in version 1.2 installed to make package install available.

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

[](#installation)

```
composer require fuzzyma/composer-register-bundle-plugin
```

Usage
-----

[](#usage)

To register a bundle simply execute `composer register packageName` e.g.

```
composer register fuzzyma/contao-database-commands-bundle
```

If the package is not installed, the command will ask if you want to do that. Pass `--install` or `--install=0` to skip the question and install/don't install the packages automatically.

You can also pass the fully qualified namespace instead but make sure to pass the `namespace` option in this case:

```
composer register Fuzzyma/Contao/DatabaseCommandsBundle/ContaoDatabaseCommandsBundle --namespace
// or
composer register Fuzzyma\\Contao\\DatabaseCommandsBundle\\ContaoDatabaseCommandsBundle --namespace
```

The plugin comes with a method to register bundles on events e.g. the post-package-install event.

Just add the following to your composer.json to immediately register a bundle after installation:

```
"post-package-install": [
    "Fuzzyma\\Composer\\RegisterBundlePlugin\\Commands\\RegisterCommand::registerBundle"
]
```

Don't forget to configure your Bundle before using it!

Options
-------

[](#options)

- `--install` installs packages without asking if not installed and
- `--install=0` skips the installation of not-installed packages
- `--namespace` use namespace of package instead of package name
- All options from `composer install` (v1.2) are available and have the same effect

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Every ~13 days

Total

3

Last Release

3614d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3540542?v=4)[Ulrich-Matthias Schäfer](/maintainers/Fuzzyma)[@Fuzzyma](https://github.com/Fuzzyma)

---

Top Contributors

[![Fuzzyma](https://avatars.githubusercontent.com/u/3540542?v=4)](https://github.com/Fuzzyma "Fuzzyma (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fuzzyma-composer-register-bundle-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/fuzzyma-composer-register-bundle-plugin/health.svg)](https://phpackages.com/packages/fuzzyma-composer-register-bundle-plugin)
```

###  Alternatives

[symfony/runtime

Enables decoupling PHP applications from global state

74798.8M998](/packages/symfony-runtime)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M552](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.7M200](/packages/drupal-core-project-message)[brianhenryie/strauss

Prefixes dependencies namespaces so they are unique to your plugin

190438.1k35](/packages/brianhenryie-strauss)[sandersander/composer-link

Adds ability to link local packages for development with composer

98457.9k](/packages/sandersander-composer-link)[phpro/grumphp-shim

GrumPHP Phar distribution

294.7M338](/packages/phpro-grumphp-shim)

PHPackages © 2026

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