php_modules/command-line-interface

command-line-interface module for php.

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

This package is auto-updated.

Last update: 2024-05-07 10:30:28 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.