PHPackages                             webmafia/fluentlog - 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. webmafia/fluentlog

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

webmafia/fluentlog
==================

Fluent Forward logger for PHP

v0.4.1(2mo ago)041proprietaryPHPPHP &gt;=7.4.0

Since Nov 4Pushed 2mo agoCompare

[ Source](https://github.com/webmafia/fluentlog-php)[ Packagist](https://packagist.org/packages/webmafia/fluentlog)[ RSS](/packages/webmafia-fluentlog/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (2)Versions (10)Used By (0)

fluentlog-php
=============

[](#fluentlog-php)

This is a PHP version of [Fluentlog](https://github.com/webmafia/fluentlog), with three important differences:

1. Writing logs is not asynchronous.
2. Written logs are not buffered.
3. Written logs are not retried.

For this reason it's highly recommended to write to a local log collector (preferably [FluentBit](https://fluentbit.io/)).

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

[](#installation)

```
composer require webmafia/fluentlog
```

Usage example
-------------

[](#usage-example)

```
