PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Uldis Nelsons   D3 Logger   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: D3 Logger
Log messages to files that rotate up to a limit
Author: By
Last change:
Date: 1 month ago
Size: 509 bytes
 

Contents

Class file image Download
{ "name": "d3yii2/d3logger", "description": "D3 logger", "keywords": ["Yii2","system"], "license": "BSD-4-Clause", "authors": [ { "name": "Uldis Nelsons", "email": "uldis@weberp.lv", "homepage": "http://www.weberp.lv/" } ], "homepage": "https://github.com/d3yii2/d3logger", "require": { "php": ">=7.4.0", "yiisoft/yii2": "*", "monolog/monolog": "2.x-dev", "psr/log": "^1.1" }, "autoload": { "psr-4": { "d3logger\\src\\": "" } } }