php_modules / command-line-interface
command-line-interface module for php.
dev-main
2023-09-07 08:54 UTC
Requires
- php: >=5.6.20
Suggests
This package is auto-updated.
Last update: 2024-11-07 11:26:02 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.