mohachi/cli-parser

PHP Command line parser

Maintainers

Package info

github.com/mohachi/cli-parser

Type:lib

pkg:composer/mohachi/cli-parser

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-07 15:21:43 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