PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Sithu Kyaw   PHP Console Table   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Console Table
Display data in a table of console text characters
Author: By
Last change:
Date: 4 years ago
Size: 458 bytes
 

Contents

Class file image Download
{ "name": "phplucidframe/console-table", "description": "Console Table", "license": "MIT", "authors": [ { "name": "Sithu K.", "email": "cithukyaw@gmail.com" } ], "require":{ "php": ">=5.3" }, "require-dev":{ "phpunit/phpunit":"*" }, "autoload": { "psr-0": { "LucidFrame\\": "src/", "LucidFrameTest\\": "tests/" } } }