PHPackages                             netom/logentries-monolog-handler - 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. netom/logentries-monolog-handler

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

netom/logentries-monolog-handler
================================

A handler for Monolog that sends messages to Logentries.com.

v2.2(6y ago)0204MITPHP

Since Aug 13Pushed 6y agoCompare

[ Source](https://github.com/netom/logentries-monolog-handler)[ Packagist](https://packagist.org/packages/netom/logentries-monolog-handler)[ Docs](https://github.com/netom/logentries-monolog-handler)[ RSS](/packages/netom-logentries-monolog-handler/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

logentries-monolog-handler [![Build Status](https://camo.githubusercontent.com/7d847a4e5a61d1cd1a6e5c27e386163bb9ffa34ed0100620ef339592f2233e44/68747470733a2f2f7472617669732d63692e6f72672f6c6f67656e74726965732f6c6f67656e74726965732d6d6f6e6f6c6f672d68616e646c65722e706e67)](https://travis-ci.org/logentries/logentries-monolog-handler)
=============================================================================================================================================================================================================================================================================================================================================

[](#logentries-monolog-handler-)

*This plug in will no longer be officially supported or maintained by Logentries.*

Current Version: 2.1

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

[](#installation)

Add the following to your composer.json and run `composer update`

```
{
    "require": {
        "logentries/logentries-monolog-handler": "dev-master"
    }
}
```

Usage
-----

[](#usage)

```
$monolog->pushHandler(new Logentries\Handler\LogentriesHandler('YOUR_TOKEN'));
```

#### Full example

[](#full-example)

```
$monolog = new Logger('TestLog');
$monolog->pushHandler(new LogentriesHandler('YOUR_TOKEN'));
$monolog->addWarning('This is a warning logging message');
```

Links
-----

[](#links)

[logentries.com](https://logentries.com)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~1159 days

Total

3

Last Release

2334d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/072a2df3c2ea839646b2f91158af79a5879bd915a6ee4c326ac48007c1a199d5?d=identicon)[netom](/maintainers/netom)

---

Top Contributors

[![schickling](https://avatars.githubusercontent.com/u/1567498?v=4)](https://github.com/schickling "schickling (13 commits)")[![MarkLC-r7](https://avatars.githubusercontent.com/u/837094?v=4)](https://github.com/MarkLC-r7 "MarkLC-r7 (12 commits)")[![netom](https://avatars.githubusercontent.com/u/695195?v=4)](https://github.com/netom "netom (2 commits)")[![rsheng-r7](https://avatars.githubusercontent.com/u/41004793?v=4)](https://github.com/rsheng-r7 "rsheng-r7 (2 commits)")[![StephenHynes7](https://avatars.githubusercontent.com/u/4609179?v=4)](https://github.com/StephenHynes7 "StephenHynes7 (2 commits)")[![gearoidof](https://avatars.githubusercontent.com/u/451408?v=4)](https://github.com/gearoidof "gearoidof (1 commits)")[![jrschumacher](https://avatars.githubusercontent.com/u/46549?v=4)](https://github.com/jrschumacher "jrschumacher (1 commits)")

---

Tags

logsymfonylaravelloggingmonologlogentries

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/netom-logentries-monolog-handler/health.svg)

```
[![Health](https://phpackages.com/badges/netom-logentries-monolog-handler/health.svg)](https://phpackages.com/packages/netom-logentries-monolog-handler)
```

###  Alternatives

[codeinternetapplications/monolog-stackdriver

Stackdriver handler for Monolog.

14181.7k](/packages/codeinternetapplications-monolog-stackdriver)[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)[thecoder/laravel-monolog-telegram

Telegram Handler for Monolog

2939.5k](/packages/thecoder-laravel-monolog-telegram)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)

PHPackages © 2026

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