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.
- Host: GitHub
- URL: https://github.com/php-module/command-line-interface
- Owner: php-module
- License: mit
- Created: 2022-09-19T08:02:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T09:00:15.000Z (almost 3 years ago)
- Last Synced: 2025-02-11T00:44:00.428Z (over 1 year ago)
- Language: PHP
- Size: 54.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.