There is no license information available for the latest version (dev-master) of this package.

Simple log implementation of PSR-3

Maintainers

Package info

github.com/jianfyun/psr-easy-log

pkg:composer/psr-easy/log

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2016-05-20 02:24 UTC

This package is not auto-updated.

Last update: 2026-02-25 02:41:10 UTC


README

Simple, clean and standalone implementation of the interfaces defined in PSR-3, which may be suitable for small or medium PHP projects.

See unit tests for usage.

See http://www.php-fig.org/ for PHP Standards Recommendations.

Requirements

  • PHP 5.5+
  • composer

Installation

composer install

Autoload

composer dump-autoload --optimize

Unit Test

vendor/bin/phpunit --color --bootstrap tests/bootstrap.php tests/PsrEasy/Tests/Path-To-Test-File.php