PHPackages                             yzen.dev/mono-processor - 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. yzen.dev/mono-processor

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

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.

1.1(3y ago)116.1k[1 PRs](https://github.com/yzen-dev/mono-processor/pulls)MITPHPPHP ^7.2 || ^8.0

Since Sep 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/yzen-dev/mono-processor)[ Packagist](https://packagist.org/packages/yzen.dev/mono-processor)[ RSS](/packages/yzendev-mono-processor/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (14)Versions (13)Used By (0)

MonoProcessor - Supplement your logging with auxiliary information on error
---------------------------------------------------------------------------

[](#monoprocessor---supplement-your-logging-with-auxiliary-information-on-error)

[![Packagist Version](https://camo.githubusercontent.com/2e1cde3e2f7be42d159da63501e0bc03854463818eaaa35453960d77fd8cc91c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f797a656e2e6465762f6d6f6e6f2d70726f636573736f723f636f6c6f723d253233303037656336267374796c653d706c6173746963)](https://camo.githubusercontent.com/2e1cde3e2f7be42d159da63501e0bc03854463818eaaa35453960d77fd8cc91c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f797a656e2e6465762f6d6f6e6f2d70726f636573736f723f636f6c6f723d253233303037656336267374796c653d706c6173746963)[![Packagist Downloads](https://camo.githubusercontent.com/6a36855b620760de48967e4459295e0edd0f88d00bde5d0b8445ddd7e4ec137f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f797a656e2e6465762f6d6f6e6f2d70726f636573736f72)](https://camo.githubusercontent.com/6a36855b620760de48967e4459295e0edd0f88d00bde5d0b8445ddd7e4ec137f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f797a656e2e6465762f6d6f6e6f2d70726f636573736f72)[![Packagist Downloads](https://camo.githubusercontent.com/e61e1f8e41ab560736831fc7a73ffe7589b2dc20799178747edda4f893380267/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f797a656e2e6465762f6d6f6e6f2d70726f636573736f72)](https://camo.githubusercontent.com/e61e1f8e41ab560736831fc7a73ffe7589b2dc20799178747edda4f893380267/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f797a656e2e6465762f6d6f6e6f2d70726f636573736f72)

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

📜 **Installation**
------------------

[](#scroll-installation)

The package can be installed via composer:

```
composer require yzen.dev/mono-processor

```

To get started, first publish MonoProcessor config and view files into your own project:

```
php artisan vendor:publish --provider "MonoProcessor\ServiceProvider"

```

📜 **Version Compatibility**
===========================

[](#scroll-version-compatibility)

LaravelMonoProcessorv8.xv1.xv7.xv0.3.x📜 **Features**
--------------

[](#scroll-features)

- Extends standard logs
- Collection of SQL requests
- Collection of HTTP requests
- Authorized user information
- Route information
- Git information
- PHP information
- Memory information

📜 **Usage**
-----------

[](#scroll-usage)

To use MonoProcessor you need to add the following `tap` to your `logging.php` config:

```
    'channels' => [
        'daily' => [
            'driver' => 'daily',
            'path' => storage_path('logs/laravel.log'),
            'level' => 'debug',
            'days' => env('LOG_DAYS', 7),
            'tap' => [
                MonoProcessor\MonoProcessors::class
            ]
        ]
    ]
```

As a result, you will get approximately the following information after the stack: [![example](https://camo.githubusercontent.com/fa01af379e077864ae7a2def74ae47ba25c591b35561a6d8095a6c9a870ed6e7/687474703a2f2f697069632e73752f696d672f696d67372f66732f42657a796d79616e6e796a2e313630313032393439382e6a7067)](https://camo.githubusercontent.com/fa01af379e077864ae7a2def74ae47ba25c591b35561a6d8095a6c9a870ed6e7/687474703a2f2f697069632e73752f696d672f696d67372f66732f42657a796d79616e6e796a2e313630313032393439382e6a7067)

📜 **Configuration**
-------------------

[](#scroll-configuration)

ProcessorDescriptionstacktraceStack output when an error occursmemoryPeakMemory peak at runtimegitGit branch and Git commit SHAphpinfophp info (version)json\_formatOutput of additional information in the format JSON\_PRETTY\_PRINTcommandListen console commandslevelslevels (DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY)uuidAdds a unique identifier-----------------------------------------------------------------------------requestLogging of the received requestrequest.base\_infoadd request host,ip,url,methodrequest.headeradd request headerrequest.bodyadd request body-----------------------------------------------------------------------------breadcrumbsWhat breadcrumbs do you need to collectbreadcrumbs.authauth infobreadcrumbs.sqlList of sql queriesbreadcrumbs.routeroute info (name,action)You can also get all harvested breadcrumbs using the `get_breadcrumbs()` method.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 98.6% 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 ~86 days

Recently: every ~146 days

Total

10

Last Release

1281d ago

Major Versions

0.3.0 → 1.0.02020-11-06

PHP version history (3 changes)0.1.5PHP ^7.1

0.2.1PHP ^7.2

1.0.1PHP ^7.2 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ca07942b4d955ee72b1bc92220b1bc7686708d0f109ee4abf81f8fbd30732c3?d=identicon)[yzen.dev](/maintainers/yzen.dev)

---

Top Contributors

[![yzen-dev](https://avatars.githubusercontent.com/u/24630195?v=4)](https://github.com/yzen-dev "yzen-dev (68 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

loglaravelloggermonologbreadcrumbsprocessortap

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/yzendev-mono-processor/health.svg)

```
[![Health](https://phpackages.com/badges/yzendev-mono-processor/health.svg)](https://phpackages.com/packages/yzendev-mono-processor)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M107](/packages/laravel-cashier)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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