php_modules / command-line-interface
command-line-interface module for php.
Installs: 59
Dependents: 3
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
pkg:composer/php_modules/command-line-interface
Requires
- php: >=5.6.20
Suggests
This package is auto-updated.
Last update: 2025-09-07 13:28:12 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.