aura/cli
Aura.Cli provides request/response-style objects for PHP CLI apps: Context for environment and argv discovery, Stdio for input/output, Getopt for option parsing, plus a standalone Help builder to describe commands. Lightweight, no userland deps.
Update for PHP 7.2 or later
Add support for a space as separator between --longopt and its value; i.e.,
--longopt val (in addition to the existing --longopt=val).
Hygiene release: update license year, remove branch alias, and update docs.
This release modifies the testing structure and updates other support files.
This release adds a feature: Getopt defintion strings now allow for noting positional arguments using the #argname and #argname? notation, optionally with an argument description. These are ignored by the GetoptParser for purposes of value-discovery, but the Help class does use them to auto-generate usage lines.
This is a hygiene release to update documentation and support files.
First 2.0 stable release.
Initial 2.0 beta release.
How can I help you explore Laravel packages today?