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
Requires
- psr/log: ^1.0
Requires (Dev)
- codeception/codeception: ^3.0
This package is auto-updated.
Last update: 2024-10-16 23:06:57 UTC
README
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.