PHPackages                             dealerinspire/laravel-performance-monitor - 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. dealerinspire/laravel-performance-monitor

ActiveLibrary

dealerinspire/laravel-performance-monitor
=========================================

A performance monitor to log an error when a request performs below a specified threshold

v2.0.0(6y ago)461[1 PRs](https://github.com/dealerinspire/laravel-performance-monitor/pulls)MITPHPPHP &gt;=7.1

Since Jul 9Pushed 6y ago3 watchersCompare

[ Source](https://github.com/dealerinspire/laravel-performance-monitor)[ Packagist](https://packagist.org/packages/dealerinspire/laravel-performance-monitor)[ RSS](/packages/dealerinspire-laravel-performance-monitor/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel Performance Monitor
===========================

[](#laravel-performance-monitor)

Dealer Inspire Laravel Performance Monitor logs errors when your Laravel application exceeds specified performance metrics.

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

[](#installation)

Install the package by requiring it with Composer.

```
composer require dealerinspire/laravel-performance-monitor
```

Usage
-----

[](#usage)

You don't need to do anything; Laravel Performance Monitor works automagically as soon as you require it with Composer.

You can, however, modify some configuration options by publishing this package and updating `performancemonitor.php`.

### To Publish

[](#to-publish)

```
php artisan vendor:publish
```

### Available configuration options

[](#available-configuration-options)

**enable\_execution\_time\_check (default true)** - Set to true to enable a check for maximum execution time

**enable\_memory\_limit\_check (default true)** - Set to true to enable a check for a memory usage threshold

**execution\_time\_max\_seconds (default 300)** - The maximum number of seconds a request execution can take before sending an alert

**memory\_limit\_max\_memory\_percent (default 80)** - The maximum percentage of available memory that can be used before sending an alert

License
-------

[](#license)

MIT © [Dealer Inspire](https://www.dealerinspire.com/)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~0 days

Total

2

Last Release

2499d ago

Major Versions

v1.0.3 → v2.0.02019-07-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/03579410a73485564a5c4f54fbde84d55ae17fdd7d26fa96c3f178e10bf06a85?d=identicon)[DynamoGeek](/maintainers/DynamoGeek)

---

Top Contributors

[![DynamoGeek](https://avatars.githubusercontent.com/u/3771182?v=4)](https://github.com/DynamoGeek "DynamoGeek (2 commits)")[![nwilging](https://avatars.githubusercontent.com/u/44447928?v=4)](https://github.com/nwilging "nwilging (1 commits)")

### Embed Badge

![Health badge](/badges/dealerinspire-laravel-performance-monitor/health.svg)

```
[![Health](https://phpackages.com/badges/dealerinspire-laravel-performance-monitor/health.svg)](https://phpackages.com/packages/dealerinspire-laravel-performance-monitor)
```

PHPackages © 2026

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