alexeevdv / string-psr-logger
Installs: 71
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/alexeevdv/string-psr-logger
Requires
- psr/log: ^1.0
Requires (Dev)
- codeception/codeception: ^3.0
This package is auto-updated.
Last update: 2025-09-17 01:31:15 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.