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: 6 months 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