2017 © Pedro Peláez
 

library log

Logging helpers

image

moar/log

Logging helpers

  • Sunday, April 21, 2013
  • by bd808
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Moar-Log

Logging helpers., (*1)

Part of the Moar PHP Library., (*2)

Build Status, (*3)

Installation

Moar-Log is available on Packagist (moar/log) and is installable via Composer., (*4)

{
  "require": {
    "moar/log": "dev-master"
  }
}

If you do not use Composer, you can get the source from GitHub and use any PSR-0 compatible autoloader., (*5)

$ git clone https://github.com/bd808/moar-log.git

Run the tests

Tests are automatically performed by Travis CI: Build Status, (*6)

curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
phpunit

See Also:


The Versions

21/04 2013

dev-master

9999999-dev https://github.com/bd808/moar-log

Logging helpers

  Sources   Download

MIT

The Requires

 

The Development Requires