https://github.com/lunr-php/lunr.cliparser
A library to parse command line arguments
https://github.com/lunr-php/lunr.cliparser
lunr oss php
Last synced: 2 months ago
JSON representation
A library to parse command line arguments
- Host: GitHub
- URL: https://github.com/lunr-php/lunr.cliparser
- Owner: lunr-php
- License: mit
- Created: 2023-05-01T06:44:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-16T07:18:13.000Z (4 months ago)
- Last Synced: 2025-07-19T00:11:51.989Z (3 months ago)
- Topics: lunr, oss, php
- Language: PHP
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lunr.CliParser
Lunr.CliParser is a set of command line argument parsers. It includes one parser for
`getopt` like cli arguments, and one custom parser that supports multiple parameters per argument.Installation
------------* Install Lunr.CliParser with Composer or with your own installer.
* Lunr.CliParser follows the [semantic versioning][2] standards.Community
---------* Follow us on [GitHub][3].
Contributing
------------Lunr.CliParser is an Open Source, community-driven project. Join by contributing code or documentation.
If you encounter any issues when using Lunr.CliParser you can report them [on github][4]
About Us
--------Lunr development is spearheaded by [Move][1].
[1]: https://moveagency.com
[2]: https://semver.org
[3]: https://github.com/lunr-php/lunr.cliparser
[4]: https://github.com/lunr-php/lunr.cliparser/issues