chadicus / psr-log-helper
This package is abandoned and no longer maintained.
The author suggests using the subjective-php/psr-log-helper package instead.
Utilities to assist with PSR-3 logger implementations
v2.0.0
2018-01-29 15:38 UTC
Requires
- php: ^7.0
- psr/log: ^1.0
Requires (Dev)
- chadicus/coding-standard: ^1.3
- php-coveralls/php-coveralls: ^1.0
- phpunit/phpunit: ^6.0
This package is auto-updated.
Last update: 2022-09-16 16:01:59 UTC
README
Utilities to assist with PSR-3 logger implementations.
Requirements
PSR Log Helper requires PHP 7.0 (or later).
Composer
To add the library as a local, per-project dependency use Composer! Simply add a dependency on subjective-php/psr-log-helper
to your project's composer.json
.
composer require subjective-php/psr-log-helper
Contact
Developers may be contacted at:
Run Unit Tests
With a checkout of the code get Composer in your PATH and run:
composer install ./vendor/bin/phpunit ./vendor/bin/phpcs