mohachi/cli-parser

PHP Command line parser

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

Type:lib

pkg:composer/mohachi/cli-parser

dev-master 2025-07-07 16:50 UTC

This package is auto-updated.

Last update: 2025-10-07 14:32:36 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