PHPackages                             krasavcheg.ua/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. krasavcheg.ua/chain-command-bundle

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

krasavcheg.ua/chain-command-bundle
==================================

Symfony bundle - implements command chaining functionality.

014PHP

Since Jan 14Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

ChainCommandBundle
==================

[](#chaincommandbundle)

ChainCommandBundle is a Symfony bundle for command chaining functionality.

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 krasavcheg.ua/chain-command-bundle
```

\###Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list (FooBundle and BarBundle provided for demo purposes) of registered bundles in the `app/AppKernel.php` file of your project:

```
