PHPackages                             mantax559/laravel-observability - 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. mantax559/laravel-observability

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

mantax559/laravel-observability
===============================

Laravel Observability

1.2.5(1mo ago)053↓66.7%5MITPHPPHP ^8.5

Since Mar 25Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/mantax559/laravel-observability)[ Packagist](https://packagist.org/packages/mantax559/laravel-observability)[ RSS](/packages/mantax559-laravel-observability/feed)WikiDiscussions production Synced 3w ago

READMEChangelog (10)Dependencies (10)Versions (28)Used By (5)

[![GitHub release (latest by date)](https://camo.githubusercontent.com/80b39aa2ebcecf3d009792dc0af039ab563b78b9fe7e61a2b36be4e2c5f1a092/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d6f62736572766162696c6974793f6c6162656c3d6c6174657374267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/80b39aa2ebcecf3d009792dc0af039ab563b78b9fe7e61a2b36be4e2c5f1a092/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d6f62736572766162696c6974793f6c6162656c3d6c6174657374267374796c653d666c61742d737175617265)[![GitHub release (latest SemVer including pre-releases)](https://camo.githubusercontent.com/a039812a2e517888597150cb84e31c3668f50b11d8e7cb0fd18ee74a568c82c5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d6f62736572766162696c6974793f696e636c7564655f70726572656c6561736573266c6162656c3d7072652d72656c65617365267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/a039812a2e517888597150cb84e31c3668f50b11d8e7cb0fd18ee74a568c82c5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d6f62736572766162696c6974793f696e636c7564655f70726572656c6561736573266c6162656c3d7072652d72656c65617365267374796c653d666c61742d737175617265)[![Packagist](https://camo.githubusercontent.com/95edc990fadf30c93da205c2ed059e16acb1eba1a900e2a3651853593b5ba8f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d616e7461783535392f6c61726176656c2d6f62736572766162696c6974793f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/95edc990fadf30c93da205c2ed059e16acb1eba1a900e2a3651853593b5ba8f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d616e7461783535392f6c61726176656c2d6f62736572766162696c6974793f7374796c653d666c61742d737175617265)[![PHP from Packagist](https://camo.githubusercontent.com/7659683c634cb2eff74ae8338662ae243317da46c670057ad2accbdd6aa3bb8e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d616e7461783535392f6c61726176656c2d6f62736572766162696c6974793f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/7659683c634cb2eff74ae8338662ae243317da46c670057ad2accbdd6aa3bb8e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d616e7461783535392f6c61726176656c2d6f62736572766162696c6974793f7374796c653d666c61742d737175617265)

Laravel Observability
=====================

[](#laravel-observability)

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

[](#requirements)

- **Xdebug** - required for code coverage analysis (recommended for development)

Installation &amp; Setup
------------------------

[](#installation--setup)

You can install the package via composer:

```
composer require mantax559/laravel-observability

```

After installing the package, run the migration command to create the necessary database tables:

```
php artisan migrate

```

The package will automatically register its service provider.

Usage
-----

[](#usage)

See **[USAGE.md](USAGE.md)** for more information about the package and examples.

Customisation
-------------

[](#customisation)

### Config

[](#config)

You can optionally publish the config file with:

```
php artisan vendor:publish --provider="Mantax559\LaravelObservability\Providers\AppServiceProvider" --tag=config

```

### Testing

[](#testing)

Run the test suite:

```
composer test

```

Coverage summary in the terminal:

```
composer test-coverage

```

For a browsable HTML report, generate files under `coverage/` and open `coverage/index.html` in your browser:

```
composer test-coverage-html

```

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

This project is proprietary and confidential software. You are not permitted to copy, modify, distribute, sublicense, publish, sell, share, or use any part of this project without explicit written permission from the owner. Unauthorized access, usage, reproduction, or redistribution of this software, in whole or in part, is strictly prohibited.

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance91

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 96.5% 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 ~17 days

Recently: every ~2 days

Total

26

Last Release

52d ago

PHP version history (2 changes)1.0.0PHP ^8.2

1.0.9PHP ^8.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/45240543?v=4)[Mantas](/maintainers/mantax559)[@mantax559](https://github.com/mantax559)

---

Top Contributors

[![mantax559](https://avatars.githubusercontent.com/u/45240543?v=4)](https://github.com/mantax559 "mantax559 (109 commits)")[![upyna](https://avatars.githubusercontent.com/u/235079571?v=4)](https://github.com/upyna "upyna (4 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/mantax559-laravel-observability/health.svg)

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

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k8](/packages/statamic-rad-pack-runway)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3518.3k](/packages/duncanmcclean-statamic-cargo)[nightowl/agent

NightOwl monitoring agent — collects telemetry from laravel/nightwatch and writes to PostgreSQL

771.7k](/packages/nightowl-agent)

PHPackages © 2026

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