2017 © Pedro Peláez
 

library log

Simple log implementation of PSR-3

image

psr-easy/log

Simple log implementation of PSR-3

  • Friday, May 20, 2016
  • by jianfyun
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Introduction

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

See unit tests for usage., (*2)

See http://www.php-fig.org/ for PHP Standards Recommendations., (*3)

Requirements

  • PHP 5.5+
  • composer

Installation

composer install, (*4)

Autoload

composer dump-autoload --optimize, (*5)

Unit Test

vendor/bin/phpunit --color --bootstrap tests/bootstrap.php tests/PsrEasy/Tests/Path-To-Test-File.php, (*6)

The Versions

20/05 2016

dev-master

9999999-dev

Simple log implementation of PSR-3

  Sources   Download

The Requires

 

The Development Requires

log psr-3 file