PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Francisco Núñez   PHP Variable Display in Web and CLI   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Variable Display in Web and CLI
Display the highlighted value of a given variable
Author: By
Last change: Update of composer.json
Date: 3 years ago
Size: 412 bytes
 

Contents

Class file image Download
{ "name": "arcanisgk/boh-basic-ouput-handler", "description": "[BOH] is a very simple PHP [output handler] implementation that show Human readable information instead of using the default PHP Method", "authors": [ { "name": "arcanisgk", "email": "icarosnet@gmail.com" } ], "require": {}, "autoload": { "psr-4": { "IcarosNet\\BOHBasicOutputHandler\\": "src/" } } }