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

This package is auto-updated.

Last update: 2021-05-24 23:51:28 UTC


README

A cheap psr/logger-interface implementation. PHP 7.2+

version license Travis Coverage Scrunitizer Packagist downloads PayPal donate

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 folder src of the package

Profit!

Usage

  • @todo