noresources / log
PSR-3 logger interface utility
v3.0.0
2025-06-09 14:25 UTC
Requires
- php: >= 8.0
- psr/log: ^3.0
Requires (Dev)
- ext-mbstring: *
- phpunit/phpunit: >= 5.0
Conflicts
- noresources/core: <4.0
README
PSR-3 Logger interface - Utilities
Installation
For PHP <8
composer require noresources/log ^2.0
For PHP >=8
composer require noresources/log ^3.0
These versions conflicts with noresources/core
<4.0.
noresources/log
version 1.x is a dummy package that
can be used with noresources/core
<4.0.
To obtain maximum compatibility across PHP versions, usa the following rulese:
composer.json
"require" : { "noresources/core": "^3.0 || ^4.0", "noresources/log": "<4.0" }