PHPackages                             hikaeme/monolog-ltsv-formatter - 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. hikaeme/monolog-ltsv-formatter

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

hikaeme/monolog-ltsv-formatter
==============================

LTSV Formatter for Monolog

3.0.1(3mo ago)9934.2k↓27.8%21MITPHPCI passing

Since Jan 3Pushed 3mo ago3 watchersCompare

[ Source](https://github.com/fjyuu/monolog-ltsv-formatter)[ Packagist](https://packagist.org/packages/hikaeme/monolog-ltsv-formatter)[ RSS](/packages/hikaeme-monolog-ltsv-formatter/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (4)Versions (6)Used By (1)

LTSV Formatter
==============

[](#ltsv-formatter)

[![StyleCI](https://camo.githubusercontent.com/c3cd9404e2c4bee60c360b0eb1243254b1e28a05e5a10fe6e33fc18c9e56f63b/68747470733a2f2f7374796c6563692e696f2f7265706f732f34383839373131332f736869656c64)](https://styleci.io/repos/48897113)[![Latest Stable Version](https://camo.githubusercontent.com/43c50312f7f6ccfb4cd9eff2838eb3914e57ffd965730e9c91a1a94f9903bfe8/68747470733a2f2f706f7365722e707567782e6f72672f68696b61656d652f6d6f6e6f6c6f672d6c7473762d666f726d61747465722f762f737461626c65)](https://packagist.org/packages/hikaeme/monolog-ltsv-formatter)[![Total Downloads](https://camo.githubusercontent.com/f849b0337d168d2e65576bcfb909559a884f8255a2a435634dac8094e497af45/68747470733a2f2f706f7365722e707567782e6f72672f68696b61656d652f6d6f6e6f6c6f672d6c7473762d666f726d61747465722f646f776e6c6f616473)](https://packagist.org/packages/hikaeme/monolog-ltsv-formatter)[![Latest Unstable Version](https://camo.githubusercontent.com/79115266e7f1af271e7d95f7a25ad0a66e162857795acd5315d0c185c7d0c393/68747470733a2f2f706f7365722e707567782e6f72672f68696b61656d652f6d6f6e6f6c6f672d6c7473762d666f726d61747465722f762f756e737461626c65)](https://packagist.org/packages/hikaeme/monolog-ltsv-formatter)[![License](https://camo.githubusercontent.com/5bcbb918395ab6001f335ab1e0970084a5c6415b1afd2fd3dcddf748fd81f57e/68747470733a2f2f706f7365722e707567782e6f72672f68696b61656d652f6d6f6e6f6c6f672d6c7473762d666f726d61747465722f6c6963656e7365)](https://packagist.org/packages/hikaeme/monolog-ltsv-formatter)

An [LTSV](http://ltsv.org/) Formatter for [Monolog](https://github.com/Seldaek/monolog)

Usage
-----

[](#usage)

```
use Monolog\Level;
use Monolog\Logger;
use Monolog\Handler\StreamHandler;
use Hikaeme\Monolog\Formatter\LtsvFormatter;

$log = new Logger('DEMO');
$handler = new StreamHandler('php://stdout', Level::Error);
$handler->setFormatter(new LtsvFormatter('Y-m-d H:i:s'));
$log->pushHandler($handler);

$log->error('Something happened', ['detail1' => 'foo', 'detail2' => 'bar']);
// time:2016-01-02 11:58:03level:ERRORmessage:Something happeneddetail1:foodetail2:bar
```

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

[](#installation)

```
composer require hikaeme/monolog-ltsv-formatter

```

###  Health Score

55

—

FairBetter than 97% of packages

Maintenance78

Regular maintenance activity

Popularity45

Moderate usage in the ecosystem

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 97.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~940 days

Total

5

Last Release

119d ago

Major Versions

1.1.0 → 2.0.02019-11-16

2.0.0 → 3.0.02023-04-15

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/649167?v=4)[Yuki Fujii](/maintainers/fjyuu)[@fjyuu](https://github.com/fjyuu)

---

Top Contributors

[![fjyuu](https://avatars.githubusercontent.com/u/649167?v=4)](https://github.com/fjyuu "fjyuu (41 commits)")[![fujitalon](https://avatars.githubusercontent.com/u/16028326?v=4)](https://github.com/fujitalon "fujitalon (1 commits)")

---

Tags

ltsvmonolog

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hikaeme-monolog-ltsv-formatter/health.svg)

```
[![Health](https://phpackages.com/badges/hikaeme-monolog-ltsv-formatter/health.svg)](https://phpackages.com/packages/hikaeme-monolog-ltsv-formatter)
```

###  Alternatives

[symfony/monolog-bridge

Provides integration for Monolog with various Symfony components

2.6k208.8M397](/packages/symfony-monolog-bridge)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[illuminate/log

The Illuminate Log package.

6225.7M690](/packages/illuminate-log)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[lion/bundle

Lion-framework configuration and initialization package

132.4k5](/packages/lion-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
