Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T15:54:34.000Z (over 9 years ago)
- Last Synced: 2024-11-20T20:41:51.790Z (about 1 month ago)
- Language: PHP
- Size: 170 KB
- Stars: 1
- Watchers: 2
- 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