chillerlan / php-log
This package is abandoned and no longer maintained.
No replacement package was suggested.
A psr/logger-interface implementation. PHP 7.2+
This package's canonical repository appears to be gone and the package has been frozen as a result.
3.0.0
2018-09-07 01:11 UTC
Requires
- php: ^7.2
- chillerlan/php-settings-container: ^1.0
- psr/log: ^1.0
Requires (Dev)
- phpunit/phpunit: ^7.3
Provides
README
A cheap psr/logger-interface implementation. PHP 7.2+
Documentation
Installation
requires composer
composer.json (note: replace dev-master
with a version boundary)
{ "require": { "php": ">=7.2.0", "chillerlan/php-log": "^2.0" } }
Manual installation
Download the desired version of the package from master or release and extract the contents to your project folder. After that:
- run
composer install
to install the required dependencies and generate/vendor/autoload.php
. - if you use a custom autoloader, point the namespace
chillerlan\Logger
to the foldersrc
of the package
Profit!
Usage
- @todo