Skip to content

A Symfony bundle that implements command chaining functionality

License

Notifications You must be signed in to change notification settings

mgocobachi/symfony-command-chaining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Command Chaining

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.

For more information, please visit the original requirements here.

About

A Symfony bundle that implements command chaining functionality

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages