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

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

ananas-web/laravel-monitoring
=============================

Package that helps to monitor your application performance

v1.0.0(3y ago)04[3 PRs](https://github.com/ananas-web/laravel-monitoring/pulls)MITPHPPHP ^8.1

Since Jan 7Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (14)Versions (5)Used By (0)

Package that helps to monitor your application performance
==========================================================

[](#package-that-helps-to-monitor-your-application-performance)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c6c3b211854c0a9bdcf8e932723dc661b48a801f68051177238a82c8c6bb9153/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e616e61732d7765622f6c61726176656c2d6d6f6e69746f72696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ananas-web/laravel-monitoring)[![GitHub Tests Action Status](https://camo.githubusercontent.com/1289c77cc68269197b73e651a6876206c0c805b3384f7cebce04b4632c62687f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616e616e61732d7765622f6c61726176656c2d6d6f6e69746f72696e672f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/ananas-web/laravel-monitoring/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/8f5493144d45e0213d599d8fdb9cb5dbad64638bf2747bbfb5ead3015d8115da/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616e616e61732d7765622f6c61726176656c2d6d6f6e69746f72696e672f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/ananas-web/laravel-monitoring/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/5b2d67e520357ed2f9f68fbddd834181f3f3ef0358476d6d090c78769d97e067/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616e616e61732d7765622f6c61726176656c2d6d6f6e69746f72696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ananas-web/laravel-monitoring)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/2e97b756b1dcb52333f8756f47111b89d293baf0cb1ba31845f2f35f046ae2b2/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d6d6f6e69746f72696e672e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-monitoring)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require ananas-web/laravel-monitoring
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-monitoring-migrations"
php artisan migrate
```

You can publish the config file with:

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

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-monitoring-views"
```

Usage
-----

[](#usage)

```
$laravelMonitoring = new AnanasWeb\LaravelMonitoring();
echo $laravelMonitoring->echoPhrase('Hello, AnanasWeb!');
```

Testing
-------

[](#testing)

```
composer test
```

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)

- [Egor Talantsev](https://github.com/spyric)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

1221d ago

### Community

Maintainers

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

---

Top Contributors

[![spyric](https://avatars.githubusercontent.com/u/2044754?v=4)](https://github.com/spyric "spyric (9 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")

---

Tags

laravellaravel-monitoringananas-web

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/ananas-web-laravel-monitoring/health.svg)](https://phpackages.com/packages/ananas-web-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)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[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)

PHPackages © 2026

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