php_modules/command-line-interface

command-line-interface module for php.

Maintainers

Package info

github.com/php-module/command-line-interface

Homepage

Issues

Wiki

pkg:composer/php_modules/command-line-interface

Statistics

Installs: 59

Dependents: 3

Suggesters: 0

Stars: 1

dev-main 2023-09-07 08:54 UTC

This package is auto-updated.

Last update: 2026-03-07 14:27:11 UTC


README

A php simple library for creating a custom command line interface in php.

Command Executing Rule

1 Namespace Reference:

A common reference for a function located in a valid namespace.
Refering the same with a command separated by semi-colons.
--
EG: $ hello:world
--
Locate a funcion in the hello namespace an execute it.