theseer/cli

A simplistic CLI micro framework to ease development of command based CLI applications in PHP.

0.2.1 2015-09-23 15:52 UTC

This package is auto-updated.

Last update: 2024-03-23 10:09:01 UTC


README

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