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

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

timofiyprisyazhnyuk/chain-command-bundle
========================================

Symfony bundle that implements command chaining functionality.

04PHP

Since Mar 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/timofiyprisyazhnyuk/ChainCommandBundle)[ Packagist](https://packagist.org/packages/timofiyprisyazhnyuk/chain-command-bundle)[ RSS](/packages/timofiyprisyazhnyuk-chain-command-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#chaincommandbundle)

ChainCommandBundle is a Symfony bundle that implements command chaining functionality. Other Symfony bundles in the application may 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 should be executed as well. Commands registered as chain members can no longer be executed on their own.

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

[](#installation)

\###Step 1:

Via composer

```
 composer require "timofiyprisyazhnyuk/chain-command-bundle": "*"
```

\###Step 2:

Add bundle to "./config/bundles.php"

```
