PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Daniel Riera   PHP Log to File   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Log to File
Log messages to given file
Author: By
Last change: Fix Composer httaccess creation
Date: 3 years ago
Size: 385 bytes
 

Contents

Class file image Download
{ "name": "danielriera/phplog", "description": "Register LOG messages on structure", "require": { "php": ">=5.4" }, "license": "MIT", "authors": [ { "name": "Daniel Riera", "email": "danielriera.p@gmail.com" } ], "autoload": { "psr-4": { "DanielRiera\\LOG\\": "src/" } } }