PHPackages                             liberta/logger - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. liberta/logger

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

liberta/logger
==============

A Simple Logging System

2.0(10y ago)025MITPHPPHP &gt;=5.3

Since Mar 20Pushed 10y ago1 watchersCompare

[ Source](https://github.com/paulcoiffier/Liberta-Logger)[ Packagist](https://packagist.org/packages/liberta/logger)[ RSS](/packages/liberta-logger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

Liberta-Logger: Simple Logging for PHP
======================================

[](#liberta-logger-simple-logging-for-php)

A project written by [Paul Coifier](http://www.mobissime.com) .

About
-----

[](#about)

Liberta-Logger is an easy-to-use [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)compliant logging class for PHP. It isn't naive about file permissions (which is expected). It was meant to be a class that you could quickly include into a project and have working right away.

If you need a logger that supports PHP &lt; 5.3.

Installation
------------

[](#installation)

### Composer

[](#composer)

From the Command Line:

```
composer require liberta\logger:dev-master

```

In your `composer.json`:

```
{
    "require": {
        "liberta/logger": "dev-master"
    }
}
```

Basic Usage
-----------

[](#basic-usage)

```
