PHPackages                             distilleries/logentries - 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. distilleries/logentries

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

distilleries/logentries
=======================

1.3.0(9y ago)19171[1 issues](https://github.com/Distilleries/Logentries/issues)MITPHPPHP &gt;=5.6.4

Since Oct 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Distilleries/Logentries)[ Packagist](https://packagist.org/packages/distilleries/logentries)[ RSS](/packages/distilleries-logentries/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/b451cf2aa84d47cb39574e38ed4de1b00b5c6a750d81d254608750c473be2e3d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f44697374696c6c65726965732f4c6f67656e74726965732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Distilleries/Logentries/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/7dbcc9e92290ec8e9ba4742023c7df2a139afb28be3e04fac9d636523ef7e288/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f44697374696c6c65726965732f4c6f67656e74726965732f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Distilleries/Logentries/?branch=master)[![Build Status](https://camo.githubusercontent.com/74a59eeb2de7ca802c941533aa01a93c3fd136d98f50415d24e730b78ae677a4/68747470733a2f2f7472617669732d63692e6f72672f44697374696c6c65726965732f4c6f67656e74726965732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Distilleries/Logentries)[![Total Downloads](https://camo.githubusercontent.com/459ccff39633fb6957157155c73649df226d319d07db3a3ea85e4948fa00ca8c/68747470733a2f2f706f7365722e707567782e6f72672f64697374696c6c65726965732f6c6f67656e74726965732f646f776e6c6f616473)](https://packagist.org/packages/distilleries/logentries)[![Latest Stable Version](https://camo.githubusercontent.com/4fda6e88082847edcbf33d986da3ff6a7841fb6a276efba97c622d19197dbd62/68747470733a2f2f706f7365722e707567782e6f72672f64697374696c6c65726965732f6c6f67656e74726965732f76657273696f6e)](https://packagist.org/packages/distilleries/logentries)[![License](https://camo.githubusercontent.com/f251623e510f5909f16ae3f4e6e548dac11340b9fde1a99be26b015b39272c00/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c6174)](LICENSE)

Laravel 5 Logentries integration
================================

[](#laravel-5-logentries-integration)

This package override the Log facade to push your log on LogEntries ().

Table of contents
-----------------

[](#table-of-contents)

1. [Installation](#installation)
2. [Basic usage](#basic-usage)

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

[](#installation)

Add on your composer.json

```
    "require": {
        "distilleries/logentries": "1.2.*",
    }
```

run `composer update`.

Add Service provider to `config/app.php`:

```
    'providers' => [
    	// ...
        Distilleries\Logentries\LogentriesServiceProvider::class,
    ]
```

If you want to export the configuration:

```
php artisan vendor:publish --provider="Distilleries\Logentries\LogentriesServiceProvider"

```

Basic usage
-----------

[](#basic-usage)

First of all you need to create an account on After that you just have to put on your .env a token key :

```
LOG_ENTRIES_TOKEN=c0d59aa1-********

```

This package override the Log facade. Basicly if you have already use Log it's exacly the same. If you never use Log from laravel go to the official documentation

```
\Log::info('Here');
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 64.3% 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 ~26 days

Total

4

Last Release

3418d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1edc17683ed39a2cc6dbe453c2c5aaa63468fc5b54f13941f260ebe260da211?d=identicon)[Kezho](/maintainers/Kezho)

---

Top Contributors

[![mfrancoisbbs](https://avatars.githubusercontent.com/u/133215273?v=4)](https://github.com/mfrancoisbbs "mfrancoisbbs (9 commits)")[![bbs-smuller](https://avatars.githubusercontent.com/u/18079210?v=4)](https://github.com/bbs-smuller "bbs-smuller (4 commits)")[![mfrancois](https://avatars.githubusercontent.com/u/654224?v=4)](https://github.com/mfrancois "mfrancois (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/distilleries-logentries/health.svg)

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

###  Alternatives

[hedii/laravel-gelf-logger

A Laravel package to send logs to a gelf compatible backend like graylog

1333.4M10](/packages/hedii-laravel-gelf-logger)[ytake/laravel-aspect

Aspect Oriented Programming library for laravel framework, and lumen

138132.2k1](/packages/ytake-laravel-aspect)[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)[vinelab/tracing-laravel

Distributed tracing for Laravel made easy

80118.7k1](/packages/vinelab-tracing-laravel)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)[cesargb/laravel-logs-rotate

Rotate files log with compression

2652.6k](/packages/cesargb-laravel-logs-rotate)

PHPackages © 2026

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