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

ActiveComposer-plugin

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 2mo 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 19% 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

3565d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/895dc6b7ec7660675ec9c13904cc5bac6ccc471aaa7950725349800fbe43bdd2?d=identicon)[Fuzzyma](/maintainers/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

[roave/backward-compatibility-check

Tool to compare two revisions of a public API to check for BC breaks

5953.3M56](/packages/roave-backward-compatibility-check)[internachi/modular

Modularize your Laravel apps

1.1k662.4k8](/packages/internachi-modular)[wsdltophp/packagegenerator

Generate hierarchical PHP classes based on a WSDL

4351.9M19](/packages/wsdltophp-packagegenerator)[october/rain

October Rain Library

1601.7M63](/packages/october-rain)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)[neos/flow-development-collection

Flow packages in a joined repository for pull requests.

144179.3k3](/packages/neos-flow-development-collection)

PHPackages © 2026

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