mohachi/cli-parser

PHP Command line parser

dev-master 2025-07-07 13:49 UTC

This package is auto-updated.

Last update: 2025-07-07 14:02:40 UTC


README

PHP Command line parser.

Installation

via composer:

composer require mohachi/cli-parser

Note: don't forget to run composer install if you clone from github repo.

Run tests

To run unit tests:

vendor/bin/phpunit

To run integration tests:

php run_integrated_test.php