PHPackages                             nimias/chain-command-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. [CLI &amp; Console](/categories/cli)
4. /
5. nimias/chain-command-bundle

ActiveSymfony-bundle[CLI &amp; Console](/categories/cli)

nimias/chain-command-bundle
===========================

Symfony bundle that implements command chaining functionality.

1.0.1(9y ago)120MITPHPPHP ^7.0

Since Sep 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/NiMias/ChainCommandBundle)[ Packagist](https://packagist.org/packages/nimias/chain-command-bundle)[ Docs](https://github.com/NiMias/ChainCommandBundle)[ RSS](/packages/nimias-chain-command-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (6)Versions (3)Used By (0)

NimiasChainCommandBundle
========================

[](#nimiaschaincommandbundle)

NimiasChainCommandBundle is a Symfony bundle that implements command chaining functionality.

Other Symfony bundles in the application could register their console commands to be members of a command chain.

When a user runs the main command in a chain, all other commands registered in this chain will be executed as well.

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

[](#installation)

\###Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require nimias/chain-command-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

\###Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
