PHPackages                             chirichidi/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. chirichidi/logger

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

chirichidi/logger
=================

a logging library for Fluentd

v1.0.1(9y ago)014ApachePHPPHP &gt;=5.3.0

Since Feb 12Pushed 4y agoCompare

[ Source](https://github.com/chirichidi/fluent-logger-php)[ Packagist](https://packagist.org/packages/chirichidi/logger)[ Docs](http://github.com/fluent/fluent-logger-php)[ RSS](/packages/chirichidi-logger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (16)Used By (0)

Fluent Logger PHP
=================

[](#fluent-logger-php)

**fluent-logger-php** is a PHP library to record events to fluentd from a PHP application.

[![Build Status](https://camo.githubusercontent.com/d2c0232ed8dd8f1220347f3fbc7b5f66878624b29a51d6e746e2ab4ffa69d234/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f666c75656e742f666c75656e742d6c6f676765722d7068702e706e67)](http://travis-ci.org/fluent/fluent-logger-php)

Requirements
------------

[](#requirements)

- PHP 5.6 or higher
- fluentd v0.9.20 or higher

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

[](#installation)

### Using Composer

[](#using-composer)

composer.json

```
{
    "require": {
        "fluent/logger": "v1.0.0"
    }
}
```

Backward Compatibility Changes
==============================

[](#backward-compatibility-changes)

As of v1, all loggers but `FluentLogger` are removed.

[Monolog](https://github.com/Seldaek/monolog) is recommended in such use cases.

Usage
=====

[](#usage)

PHP side
--------

[](#php-side)

```
