Recommend this page to a friend! |
Classes of Johnny Mast | Redbox PHP CLI Arguments | README.md | Download |
|
Download
redbox-cliThis is a command line parser based on Climate by Joe Tannenbaum. We share a lot of similarities but i desided to take the getopt route and downgrade the number of lines in the code by 1/4 of the original size. Howto use the packageLook in the examples folder for basic examples of how to use the package. InstallationUsing composer:
RequirementsThe following versions of PHP are supported by this version.
Unit TestingWith the new 1.2 release we increased the test ratio from 64% in previous versions to 95% and that is making me proud. Also with the new release i have found a way to unit test the core component of this package (getopt(). While doing this we can make sure your implementation of Redbox-cli will run like a sunshine with any of your projects. If you want a little of what our new tests cover that was not possible before, checkout our examples directory for some great examples on how to use this great package. AuthorThis package is created and maintained by Johnny Mast but it was based on Climate by Joe Tannenbaum. For feature requests and suggestions you could consider sending me an e-mail or fill out an issue. LicenseRedbox-cli is released under the MIT public license. |