PHPackages                             exolnet/laravel-instruments - 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. exolnet/laravel-instruments

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

exolnet/laravel-instruments
===========================

Module to track Laravel metrics with Statsd.

v1.8.0(1mo ago)37111MITPHPPHP ^8.2CI passing

Since Mar 26Pushed 1mo ago4 watchersCompare

[ Source](https://github.com/eXolnet/laravel-instruments)[ Packagist](https://packagist.org/packages/exolnet/laravel-instruments)[ RSS](/packages/exolnet-laravel-instruments/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (9)Dependencies (16)Versions (12)Used By (0)

Laravel Instruments
===================

[](#laravel-instruments)

[![Latest Stable Version](https://camo.githubusercontent.com/b1d52cc285555936b846ecb44545875d1a0632e1b289941dd60ba6efdf15c49c/68747470733a2f2f706f7365722e707567782e6f72672f65586f6c6e65742f6c61726176656c2d696e737472756d656e74732f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/eXolnet/laravel-instruments)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/3bbd1047eae24f19d886b98063f7754c11b6ddcbe4bddc89cb98384fb8998aed/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f65586f6c6e65742f6c61726176656c2d696e737472756d656e74732f74657374732e796d6c3f6c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/eXolnet/laravel-instruments/actions?query=workflow%3Atests)[![Total Downloads](https://camo.githubusercontent.com/17db72d57ee04d09798f0b9b7b977b7a05caf7c0ae01db65863f9aa88eb6a70d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65586f6c6e65742f6c61726176656c2d696e737472756d656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eXolnet/laravel-instruments)

This project aim to easily add metric tracking to your Laravel 5 applications. Three drivers are currently supported: StatsD, Log and Null. The following metrics are currently tracked:

- Request
- Response
- Browser timing (first byte, ready and load)
- SQL Queries
- Authentifications
- Mail
- Queue
- Cache

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

[](#installation)

Require this package with composer:

```
composer require eXolnet/laravel-instruments

```

After updating composer, add the ServiceProvider to the providers array in `config/app.php`:

```
Exolnet\Instruments\InstrumentsServiceProvider::class

```

Configure the library through your `.env` file:

```
INSTRUMENTS_DRIVER=statsd
STATSD_HOST=127.0.0.1
STATSD_PORT=8125

```

Or publish the package configuration with the following command:

```
$ php artisan vendor:publish --provider="Exolnet\Instruments\InstrumentsServiceProvider"

```

Testing
-------

[](#testing)

To run the phpUnit tests, please use:

```
$ composer test
```

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

[](#contributing)

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

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Alexandre D'Eschambeault](https://github.com/xel1045)
- [All Contributors](../../contributors)

License
-------

[](#license)

Copyright © [eXolnet](https://www.exolnet.com). All rights reserved.

This code is licensed under the [MIT license](http://choosealicense.com/licenses/mit/). Please see the [license file](LICENSE) for more information.

###  Health Score

55

—

FairBetter than 97% of packages

Maintenance91

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 89.8% 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 ~462 days

Recently: every ~290 days

Total

9

Last Release

44d ago

PHP version history (5 changes)v1.0.0PHP &gt;=5.6.0

v1.1.0PHP ^7.3|^8.0

v1.3.0PHP ^8.0

v1.5.0PHP ^8.1

v1.6.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4064055?v=4)[eXolnet](/maintainers/exolnet)[@eXolnet](https://github.com/eXolnet)

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

---

Top Contributors

[![xel1045](https://avatars.githubusercontent.com/u/1497697?v=4)](https://github.com/xel1045 "xel1045 (106 commits)")[![ChristopheTremblay](https://avatars.githubusercontent.com/u/61481239?v=4)](https://github.com/ChristopheTremblay "ChristopheTremblay (3 commits)")[![Gandhi11](https://avatars.githubusercontent.com/u/4001049?v=4)](https://github.com/Gandhi11 "Gandhi11 (3 commits)")[![clablancherie-exo](https://avatars.githubusercontent.com/u/214526504?v=4)](https://github.com/clablancherie-exo "clablancherie-exo (2 commits)")[![rmenu-pro](https://avatars.githubusercontent.com/u/198626329?v=4)](https://github.com/rmenu-pro "rmenu-pro (2 commits)")[![tomzx](https://avatars.githubusercontent.com/u/188960?v=4)](https://github.com/tomzx "tomzx (2 commits)")

---

Tags

hacktoberfestlaravellaravel-packagephp

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/exolnet-laravel-instruments/health.svg)

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

###  Alternatives

[open-telemetry/opentelemetry-auto-laravel

OpenTelemetry auto-instrumentation for Laravel

582.4M8](/packages/open-telemetry-opentelemetry-auto-laravel)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135212.4k7](/packages/statamic-rad-pack-runway)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14844.4k1](/packages/guanguans-laravel-exception-notify)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21313.7k3](/packages/ecotone-laravel)

PHPackages © 2026

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