PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of TJ Webb   Clico PHP CLI Color Text Output   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Clico PHP CLI Color Text Output
Format text to display on a CLI console
Author: By
Last change:
Date: 4 years ago
Size: 604 bytes
 

Contents

Class file image Download
{ "name": "webbtj/clico", "description": "Expressive API to colour and format text output to stdOut for CLI interactions", "keywords": ["command line", "cli", "text", "output", "stdout", "color", "colour"], "license": "MIT", "type": "library", "authors": [ { "name": "TJ Webb", "email": "webb.tj@gmail.com" } ], "require": { "php": "^7.2" }, "autoload": { "psr-4": { "Webbtj\\Clico\\": "src/" } }, "config": { "sort-packages": true }, "minimum-stability": "dev" }