niels-nijens/logging

This package is abandoned and no longer maintained. No replacement package was suggested.

A PSR-3 compatible logging library for PHP 5.3+

dev-master 2014-09-18 10:10 UTC

This package is auto-updated.

Last update: 2022-02-01 12:30:46 UTC


README

A PSR-3 compatible logging library for PHP 5.3+

Build Status Coverage Status SensioLabsInsight Latest Stable Version

Installation using Composer

Add the following to your composer.json:

{
    "require": {
        "niels-nijens/logging": "~1.0"
    }
}

Usage

Coming soon...

About

This is one of the AtomicPHP library series trying to achieve ultimate flexibility for PHP developers through separation of concerns.

Versioning

Logging uses Semantic Versioning 2 as guideline for new versions.

License

Logging is licensed under the MIT License - see the LICENSE file for details.

Author

Niels Nijens - https://github.com/niels-nijens/