PHPackages                             smoothphp/laravel-papertrail-event-bus-logger - 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. smoothphp/laravel-papertrail-event-bus-logger

ActiveLibrary

smoothphp/laravel-papertrail-event-bus-logger
=============================================

Log Smoothphp EventBus events in papertrail

v2.0.0(9y ago)0250MITPHPPHP ~5.6|~7.0

Since Nov 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/SmoothPhp/LaravelPapertrailEventBusLogger)[ Packagist](https://packagist.org/packages/smoothphp/laravel-papertrail-event-bus-logger)[ Docs](https://github.com/SmoothPhp/LaravelPapertrailEventBusLogger)[ RSS](/packages/smoothphp-laravel-papertrail-event-bus-logger/feed)WikiDiscussions master Synced 2mo ago

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

LaravelPapertrailEventBusLogger
===============================

[](#laravelpapertraileventbuslogger)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0f422eca1c4bc2f5b14a68b5717a84d1531f6619ecb91bf5e021b817bffe1867/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f536d6f6f74685068702f4c61726176656c5061706572747261696c4576656e744275734c6f676765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/SmoothPhp/LaravelPapertrailEventBusLogger)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/970cf46150925bb1fbf5abcce7d43373d0997b49fb6ecb08b404d48151b1e863/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f536d6f6f74685068702f4c61726176656c5061706572747261696c4576656e744275734c6f676765722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/SmoothPhp/LaravelPapertrailEventBusLogger)[![Coverage Status](https://camo.githubusercontent.com/2f9c2c8559d9680c9db31b2fb16a7198de0f4275c44b2624c83509e6087aa76d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f536d6f6f74685068702f4c61726176656c5061706572747261696c4576656e744275734c6f676765722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/SmoothPhp/LaravelPapertrailEventBusLogger/code-structure)[![Quality Score](https://camo.githubusercontent.com/14fc79ab32bf60b4a02deae2dd50d1a7b842af00a1c6aab011ffa21ff0427d91/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f536d6f6f74685068702f4c61726176656c5061706572747261696c4576656e744275734c6f676765722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/SmoothPhp/LaravelPapertrailEventBusLogger)[![Total Downloads](https://camo.githubusercontent.com/0db69c5e39669a0480f6e1e565a9a687af2e0f04aa8440ef543fd0d8ef2aa225/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f536d6f6f74685068702f4c61726176656c5061706572747261696c4576656e744275734c6f676765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/SmoothPhp/LaravelPapertrailEventBusLogger)

Install
-------

[](#install)

Via Composer

```
$ composer require smoothphp/laravel-papertrail-event-bus-logger
```

Usage
-----

[](#usage)

Add the following to services.php config file

```
'papertrail' => [
        'host' => '*.papertrailapp.com',
        'port' => 111111,
        'name' => 'app name',
]
```

add `\SmoothPhp\LaravelPapertrailEventBusLogger\PapertrailEventLogger::class,` to cqrses.php `event_bus_listeners`e.g.

```
    'event_bus_listeners'   => [
        \SmoothPhp\LaravelAdapter\EventBus\EventBusLogger::class,
        \SmoothPhp\LaravelAdapter\StrongConsistency\PushEventThroughQueueWithCommandId::class,
        \SmoothPhp\LaravelPapertrailEventBusLogger\PapertrailEventLogger::class,

    ],
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Simon Bennett](https://github.com/mrsimonbennett)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Total

2

Last Release

3437d ago

Major Versions

v1.0.0 → v2.0.02016-12-13

### Community

Maintainers

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

---

Top Contributors

[![mrsimonbennett](https://avatars.githubusercontent.com/u/1471305?v=4)](https://github.com/mrsimonbennett "mrsimonbennett (7 commits)")

---

Tags

smoothphpLaravelPapertrailEventBusLogger

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/smoothphp-laravel-papertrail-event-bus-logger/health.svg)

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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