PHPackages                             martinbean/laravel-papertrail - 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. martinbean/laravel-papertrail

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

martinbean/laravel-papertrail
=============================

A Papertrail log channel for Laravel applications.

1.0.0(8y ago)211.9kMITPHP

Since Apr 24Pushed 7y agoCompare

[ Source](https://github.com/martinbean/laravel-papertrail)[ Packagist](https://packagist.org/packages/martinbean/laravel-papertrail)[ RSS](/packages/martinbean-laravel-papertrail/feed)WikiDiscussions master Synced yesterday

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

Laravel Papertrail log channel
==============================

[](#laravel-papertrail-log-channel)

Requirements
------------

[](#requirements)

- Your application must be running Laravel 5.6.

**Note:** Laravel added a native Papertrail logging channel in version 5.7, so if you are running Laravel 5.7+ this package is unnecessary.

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

[](#installation)

1. Set two environment variables: `PAPERTRAIL_HOST` and `PAPERTRAIL_PORT`.
2. Run `composer require martinbean/laravel-papertrail`
3. Open **config/logging.php** and add the following channel:

```
'papertrail' => [
    'driver' => 'papertrail',
    'level' => 'debug', // Or other desired level
],
```

Once configured, you can add `papertrail` to the `stack` channel (if you’re using it) and any logs will be pushed to your Papertrail account.

**Note:** The `PAPERTRAIL_HOST` environment variable should be the *full*Papertrail hostname, i.e. **logs0.papertrailapp.com**.

Issues
------

[](#issues)

[Open a new Issue](https://github.com/martinbean/laravel-papertrail/issues/new)on the [GitHub repository](https://github.com/martinbean/laravel-papertrail).

License
-------

[](#license)

Licensed under the [MIT License](LICENSE.md).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

2940d ago

### Community

Maintainers

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

---

Top Contributors

[![martinbean](https://avatars.githubusercontent.com/u/167312?v=4)](https://github.com/martinbean "martinbean (2 commits)")

---

Tags

laravelloggingmonologpapertrailloglaravelloggingmonologpapertrail

### Embed Badge

![Health badge](/badges/martinbean-laravel-papertrail/health.svg)

```
[![Health](https://phpackages.com/badges/martinbean-laravel-papertrail/health.svg)](https://phpackages.com/packages/martinbean-laravel-papertrail)
```

###  Alternatives

[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)[codeinternetapplications/monolog-stackdriver

Stackdriver handler for Monolog.

14181.7k](/packages/codeinternetapplications-monolog-stackdriver)[thecoder/laravel-monolog-telegram

Telegram Handler for Monolog

2939.5k](/packages/thecoder-laravel-monolog-telegram)[yzen.dev/mono-processor

This Processor will display in the logs bread crumbs by which you can more quickly and accurately identify the cause of the error.

116.1k](/packages/yzendev-mono-processor)

PHPackages © 2026

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