Download the PHP package xtreamwayz/expressive-console without Composer
On this page you can find all versions of the php package xtreamwayz/expressive-console. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xtreamwayz/expressive-console
More information about xtreamwayz/expressive-console
Files in xtreamwayz/expressive-console
Package expressive-console
Short Description Symfony Console for Mezzio
License MIT
Informations about the package expressive-console
Thank you so much for being interested in this project! Open Source is rewarding, but it can also be exhausting. Therefor this code is provided as-is, and is currently not actively maintained. We invite you to peruse the code and even use it in your next project, provided you follow the included license!
No guarantee of support for the code is provided, and there is no promise that pull requests will be reviewed or merged. It’s open source, so forking is allowed; just be sure to give credit where it’s due!
Symfony Console for Mezzio
This packages brings Symfony Console to your
Mezzio project. It uses the FactoryCommandLoader
for lazy loading
dependencies. The FactoryCommandLoader
does almost a good job: It only loads the one command that is
required. But if no command is requested, it still initializes all commands to get the descriptions for
each command. This is fixed by using a LazyLoadingCommand
. With a bit of reflection and magic it grabs
the configuration from the original command while preventing the command from executing. This way you end
with a list of all commands and their descriptions.
Installation
Configuration
Documentation
All project documentation is located in the ./docs folder. If you would like to contribute to the documentation, please submit a pull request. You can read the docs online: https://xtreamwayz.github.io/mezzio-console/
Contributing
BEFORE you start work on a feature or fix, please read & follow the contributing guidelines to help avoid any wasted or duplicate effort.
Copyright and license
Code released under the MIT License. Documentation distributed under CC BY 4.0.
All versions of expressive-console with dependencies
psr/container Version ^1.0 || ^2.0
symfony/console Version ^5.0 || ^6.0