PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Frank Forte   Quantum PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Quantum PHP
Output log messages to show in browser console
Author: By
Last change:
Date: 6 years ago
Size: 852 bytes
 

Contents

Class file image Download
{ "name": "frankforte/quantumphp", "version": "1.0.11", "type": "library", "description": "Add server side logs directly to the JavaScript console in various browsers like Firefox Quantum, without the requirement of a browser extension or add-on. A FirePHP and ChromePHP alternative for modern browsers", "keywords": ["server log", "logging"], "license": "Apache-2.0", "authors": [ { "name": "Frank Forte", "email": "frank.forte@gmail.com", "homepage": "https://www.frankforte.ca", "role": "Developer" }, { "name": "Craig Campbell", "email": "iamcraigcampbell@gmail.com", "homepage": "http://craig.is", "role": "Developer" } ], "require": { "php": ">=5.6.0" }, "autoload": { "psr-0": { "QuantumPHP":"" } } }