PHPackages                             exsyst/quick-install-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. exsyst/quick-install-bundle

ActiveSymfony-bundle

exsyst/quick-install-bundle
===========================

The last bundle you will install.

312PHP

Since Aug 18Pushed 9y ago2 watchersCompare

[ Source](https://github.com/EXSyst/QuickInstallBundle)[ Packagist](https://packagist.org/packages/exsyst/quick-install-bundle)[ RSS](/packages/exsyst-quick-install-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

EXSyst Quick Install Bundle
===========================

[](#exsyst-quick-install-bundle)

This symfony bundle allows to quickly register symfony bundles into your app and to configure some of them.

How to install it?
------------------

[](#how-to-install-it)

Open a command console, enter your project directory and execute the following command:

```
~/my-app $ composer require exsyst/quick-install-bundle 0.0.x-dev
```

Then add the bundle to your kernel:

```
// app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new EXSyst\Bundle\QuickInstallBundle\EXSystQuickInstallBundle(),
        );

        // ...
    }
}
```

And that's all!

How to use it?
--------------

[](#how-to-use-it)

This bundle provides a console command:

```
~/my-app $ bin/console configure FOSRestBundle
Add the bundle "FOS\RestBundle\FOSRestBundle" to your kernel "AppKernel"? [yes]:
FOS\RestBundle\FOSRestBundle has been registered in AppKernel.
```

What does it support?
---------------------

[](#what-does-it-support)

This bundle can add any bundle to your kernel. For some it can even configure some of their features (you can try that with [`dunglas/action-bundle`](https://github.com/dunglas/DunglasActionBundle)).

Contributing
------------

[](#contributing)

If you want to change something or have an idea, submit an issue or open a pull request :)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/737775da915b569820ab1bbbb67424356fbe2fed9b157f57c65474e4eb35891f?d=identicon)[EXSyst](/maintainers/EXSyst)

### Embed Badge

![Health badge](/badges/exsyst-quick-install-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/exsyst-quick-install-bundle/health.svg)](https://phpackages.com/packages/exsyst-quick-install-bundle)
```

PHPackages © 2026

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