PHPackages                             orisai/monolog-logtail - 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. orisai/monolog-logtail

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

orisai/monolog-logtail
======================

Monolog handler for Logtail

1.0.2(1y ago)1350MPL-2.0PHPPHP 7.4 - 8.4CI passing

Since Jan 13Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/orisai/monolog-logtail)[ Packagist](https://packagist.org/packages/orisai/monolog-logtail)[ Docs](https://github.com/orisai/monolog-logtail)[ RSS](/packages/orisai-monolog-logtail/feed)WikiDiscussions v1.x Synced 1mo ago

READMEChangelogDependencies (17)Versions (4)Used By (0)

 [![Orisai](https://github.com/orisai/.github/raw/main/images/repo_title.png?raw=true)](https://github.com/orisai/.github/blob/main/images/repo_title.png?raw=true)
 Monolog Logtail
======================================================================================================================================================================================

[](#monolog-logtail)

 [Monolog](https://github.com/Seldaek/monolog) handler for [Logtail](https://betterstack.com/logtail)

 📄 Check out our [documentation](docs/README.md).

 💸 If you like Orisai, please [make a donation](https://orisai.dev/sponsor). Thank you!

 [![](https://github.com/orisai/monolog-logtail/actions/workflows/ci.yaml/badge.svg?branch=v1.x)](https://github.com/orisai/monolog-logtail/actions?query=workflow:CI+branch:v1.x) [![](https://camo.githubusercontent.com/02d4b0dc687768fbcbd21be30e650e06845b969d8f4f2736dc54e6a40a781d4c/68747470733a2f2f62616467656e2e6e65742f636f766572616c6c732f632f6769746875622f6f72697361692f6d6f6e6f6c6f672d6c6f677461696c2f76312e783f63616368653d333030)](https://coveralls.io/github/orisai/monolog-logtail?branch=v1.x) [![](https://camo.githubusercontent.com/78738e256c16e42d33cc238f0e8d39838f52ec077056d5b9ea09318017f1ad36/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f7374796c653d666c61742675726c3d68747470733a2f2f62616467652d6170692e737472796b65722d6d757461746f722e696f2f6769746875622e636f6d2f6f72697361692f6d6f6e6f6c6f672d6c6f677461696c2f76312e78)](https://dashboard.stryker-mutator.io/reports/github.com/orisai/monolog-logtail/v1.x) [![](https://camo.githubusercontent.com/86df1ff6bc3ff724441048f3ad0285f8c8fa58b03aa3214d2882e532cae929a3/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f64742f6f72697361692f6d6f6e6f6c6f672d6c6f677461696c3f63616368653d33363030)](https://packagist.org/packages/orisai/monolog-logtail) [![](https://camo.githubusercontent.com/a58559cab30996b805e67fd808ff8a11f74d7b1946fcd56ae0ef12f884eb1908/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f6f72697361692f6d6f6e6f6c6f672d6c6f677461696c3f63616368653d33363030)](https://packagist.org/packages/orisai/monolog-logtail) [![](https://camo.githubusercontent.com/40b2374865c7727b1568a7b77cc1a8068979ac265d85d659fe73b2d337b458e6/68747470733a2f2f62616467656e2e6e65742f62616467652f6c6963656e73652f4d504c2d322e302f626c75653f63616368653d33363030)](https://choosealicense.com/licenses/mpl-2.0/)

```
use Monolog\Logger;
use Orisai\MonologLogtail\LogtailClient;
use Orisai\MonologLogtail\LogtailHandler;

$logger = new Logger();
$token = '';
$logger->pushHandler(
	new LogtailHandler(
		new LogtailClient($token, /* ... */)
	),
);

$logger->info('Message logged');
```

###  Health Score

37

—

LowBetter than 82% of packages

Maintenance51

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~299 days

Total

4

Last Release

312d ago

PHP version history (3 changes)1.0.0PHP &gt;=7.4.0 &lt;8.3.0

1.0.1PHP 7.4 - 8.3

1.0.2PHP 7.4 - 8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20974277?v=4)[Marek Bartoš](/maintainers/mabar)[@mabar](https://github.com/mabar)

---

Top Contributors

[![mabar](https://avatars.githubusercontent.com/u/20974277?v=4)](https://github.com/mabar "mabar (15 commits)")

---

Tags

loggerlogginglogtailmonologorisaiphploggingloggermonologorisailogtail

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/orisai-monolog-logtail/health.svg)

```
[![Health](https://phpackages.com/badges/orisai-monolog-logtail/health.svg)](https://phpackages.com/packages/orisai-monolog-logtail)
```

###  Alternatives

[inpsyde/wonolog

Monolog-based logging package for WordPress.

183617.9k6](/packages/inpsyde-wonolog)[logtail/monolog-logtail

Logtail handler for Monolog

233.2M3](/packages/logtail-monolog-logtail)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2222.9M248](/packages/open-telemetry-sdk)[atrapalo/monolog-elasticsearch

A Monolog handler and formatter that makes use of the elasticsearch/elasticsearch package

1123.0k](/packages/atrapalo-monolog-elasticsearch)

PHPackages © 2026

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