Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2021-05-18 (3 months ago) | | Not yet rated by the users | | Total: 88 | | All time: 9,638 This week: 271 |
|
Description | | Author |
This class can extract command line parameter values.
It takes as parameters a list of types of arguments that the command line script expects including the the short and long name of the parameter, the description, and whether it is required.
If the parameters do not satisfy the requirements, the class throws an except that may be caught and used to show the expected usage of the command script to the user. | |
|
|
Innovation award
Nominee: 5x |
|
Details
redbox-cli
This 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 package
Look in the examples folder for basic examples of how to use the package.
Installation
Using composer:
$ composer require redbox-cli
Requirements
The following versions of PHP are supported by this version.
Unit Testing
With 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.
Author
This 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.
License
Redbox-cli is released under the MIT public license.
LICENSE
|
Applications that use this package |
|
|
GitHub Take a look at my GitHub Page |
If you know an application of this package, send a message to the author to add a link here.