Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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