alexeevdv/string-psr-logger

There is no license information available for the latest version (1.0.0) of this package.

1.0.0 2019-05-16 10:51 UTC

This package is auto-updated.

Last update: 2024-03-16 21:54:08 UTC


README

Build Status codecov PHP 5.6 PHP 7.0 PHP 7.1 PHP 7.2 PHP 7.3

PSR logger target that logs info to string

Installation

The preferred way to install this extension is through composer.

Either run

$ php composer.phar require alexeevdv/string-psr-logger "^1.0"

or add

"alexeevdv/string-psr-logger": "^1.0"

to the require section of your composer.json file.