https://github.com/theseer/cli
A simplistic CLI micro framework to ease development of command based CLI applications in PHP.
https://github.com/theseer/cli
Last synced: 6 months ago
JSON representation
A simplistic CLI micro framework to ease development of command based CLI applications in PHP.
- Host: GitHub
- URL: https://github.com/theseer/cli
- Owner: theseer
- License: other
- Created: 2015-07-20T16:17:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T15:54:34.000Z (almost 11 years ago)
- Last Synced: 2025-05-16T16:52:27.931Z (about 1 year ago)
- Language: PHP
- Size: 170 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI
A simplistic CLI micro framework to ease development of command based CLI applications in PHP.
## Features
* Request object with CLI command parsing
* Command locator interface
* Shell output wrapper for (colored) logging
## Requirements
* PHP 5.5+
## Installation
composer require theseer/cli