PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Eric AGNEL   SLogger   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: SLogger
Log messages following the PSR-3 specification
Author: By
Last change:
Date: 1 year ago
Size: 413 bytes
 

Contents

Class file image Download
{ "name": "kuran/slogger", "description": "A simple logger file.", "keywords": [ "log", "logging", "psr-3" ], "type": "library", "license": "MIT", "authors": [ { "name": "AGNEL Eric", "email": "eric.agnel@gmail.com" } ], "require": { "php": ">=8.1", "psr/log": "^3.0" }, "autoload": { "psr-4": { "Kuran\\SLogger\\": "src/Kuran/SLogger" } }, "minimum-stability": "stable" }