An open API service indexing awesome lists of open source software.

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

command-line-interafce module for php.
https://github.com/php-module/command-line-interface

Last synced: over 1 year ago
JSON representation

command-line-interafce module for php.

Awesome Lists containing this project

README

          

# CLI

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.