PHPackages                             libaro/laravel-monitoring - 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. libaro/laravel-monitoring

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

libaro/laravel-monitoring
=========================

Monitoring and alerting for Laravel applications

0.2.0(2y ago)01.2k↓50%[2 PRs](https://github.com/libaro-io/laravel-monitoring/pulls)MITPHPPHP ^8.1|^8.2

Since Aug 17Pushed 2y ago2 watchersCompare

[ Source](https://github.com/libaro-io/laravel-monitoring)[ Packagist](https://packagist.org/packages/libaro/laravel-monitoring)[ Docs](https://github.com/libaro-io/laravel-monitoring)[ RSS](/packages/libaro-laravel-monitoring/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (13)Versions (11)Used By (0)

Monitoring and alerting for Laravel applications
================================================

[](#monitoring-and-alerting-for-laravel-applications)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3a84b50b8a24d1f25ea938374d6a5de5a682c3c87f59ae660661ec2370e1da5b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c696261726f2d696f2f6c61726176656c2d6d6f6e69746f72696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/libaro-io/laravel-monitoring)[![GitHub Tests Action Status](https://camo.githubusercontent.com/8c088d1d15dec51d548e439a0de20e7486003f21ab86f894f2ea8adda40cbeea/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6c696261726f2d696f2f6c61726176656c2d6d6f6e69746f72696e672f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/libaro-io/laravel-monitoring/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/bf30e68ba9b4dd330e114d2126272cd0187ebef84e6331bf6dbe9f3cb3044fb7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6c696261726f2d696f2f6c61726176656c2d6d6f6e69746f72696e672f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/libaro-io/laravel-monitoring/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/df3382df4c0be86ef77e2581921e30cf18c2367afdefb1c2ebb9b3821d6dcebf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c696261726f2d696f2f6c61726176656c2d6d6f6e69746f72696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/libaro-io/laravel-monitoring)

The Libaro monitoring package, a config based monitoring setup for your Laravel applications.

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

[](#installation)

You can install the package using composer:

```
composer require libaro/laravel-monitoring
```

Configuration
-------------

[](#configuration)

### Publishing the configuraiton

[](#publishing-the-configuraiton)

You can publish [the config file](./config/monitoring.php) with:

```
php artisan vendor:publish --tag="monitoring-config"
```

### Queue monitoring

[](#queue-monitoring)

You can enable queue monitoring by specifying your queue name as an array key followed by the configuration for that queue.

OptionValueDescriptionmax\_wait\_minutesintA test job will be dispatched on that queue. When the job is not processed within the specified time, a notification will be sent.```
[
    ...

    'queue' => [
        'invoicing' => [ // queue name
            'max_wait_minutes' => 5, // Fails when test job is not processed within 5 minutes
        ],
    ],

    ...
]
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Kim Bouchouaram](https://github.com/neemspees)
- [All Contributors](../../contributors)
- [Spatie](https://spatie.be/) (Package Skeleton, Laravel Health)

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

Popularity17

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~39 days

Recently: every ~58 days

Total

7

Last Release

763d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e1c94032186d05b780397bbc41c70bff8c561081df10719546a92de8dfd9498?d=identicon)[Libaro](/maintainers/Libaro)

---

Top Contributors

[![neemspees](https://avatars.githubusercontent.com/u/66001727?v=4)](https://github.com/neemspees "neemspees (5 commits)")[![RosiersRobin](https://avatars.githubusercontent.com/u/5263188?v=4)](https://github.com/RosiersRobin "RosiersRobin (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravellaravel-monitoringlibaro

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/libaro-laravel-monitoring/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[spatie/laravel-slack-alerts

Send a message to Slack

3212.6M4](/packages/spatie-laravel-slack-alerts)[keepsuit/laravel-opentelemetry

OpenTelemetry integration for laravel

142347.8k](/packages/keepsuit-laravel-opentelemetry)[spatie/laravel-error-share

Share your Laravel errors to Flare

43965.6k3](/packages/spatie-laravel-error-share)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[tapp/filament-maillog

Filament plugin to view outgoing mail

2952.6k1](/packages/tapp-filament-maillog)

PHPackages © 2026

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