mohachi/command-line

PHP Command line unitlity

dev-master 2025-06-08 09:47 UTC

This package is auto-updated.

Last update: 2025-06-08 09:49:05 UTC


README

PHP Command line utility.

Features

  • Command line parser.
  • Command line interpreter.

Usage

via composer:

composer require mohachi/command-line

Run tests

To run unit tests:

vendor/bin/phpunit

To run integration tests:

php tests/integration/*.php