PHPackages                             ultimate-apm/ultimate-laravel - 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. ultimate-apm/ultimate-laravel

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

ultimate-apm/ultimate-laravel
=============================

Monitoring package

23.03.22(3y ago)168MITPHPPHP &gt;=7.2|^8.0

Since Aug 15Pushed 3y agoCompare

[ Source](https://github.com/ingress-it-solutions/ultimate-laravel)[ Packagist](https://packagist.org/packages/ultimate-apm/ultimate-laravel)[ RSS](/packages/ultimate-apm-ultimate-laravel/feed)WikiDiscussions main Synced yesterday

READMEChangelog (7)Dependencies (8)Versions (11)Used By (0)

Real-Time monitoring package using Palzin Monitor
=================================================

[](#real-time-monitoring-package-using-palzin-monitor)

[![Latest Stable Version](https://camo.githubusercontent.com/245958ed30f0952ac65e4654f5f13346be57a94f1890d4380f5f1bdc8dc6f672/687474703a2f2f706f7365722e707567782e6f72672f756c74696d6174652d61706d2f756c74696d6174652d6c61726176656c2f763f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/ultimate-apm/ultimate-laravel) [![Total Downloads](https://camo.githubusercontent.com/04ea878e49d00701939053e65b7b0bd2814188b6cd784f3ae7a5ad316b7137b5/687474703a2f2f706f7365722e707567782e6f72672f756c74696d6174652d61706d2f756c74696d6174652d6c61726176656c2f646f776e6c6f6164733f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/ultimate-apm/ultimate-laravel) [![License](https://camo.githubusercontent.com/c467b6aa56ee31e25b7191ccf85835fe6aa2d2e1936b816436d99f9bf635d002/687474703a2f2f706f7365722e707567782e6f72672f756c74696d6174652d61706d2f756c74696d6174652d6c61726176656c2f6c6963656e73653f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/ultimate-apm/ultimate-laravel)

Simple code execution monitoring and bug reporting for Laravel developers.

- [Requirements](#requirements)
- [Installation](#installation)
- [Configure the Ingestion Key](#key)
- [Middleware Setup](#middleware)
- [Test everything is working](#test)

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

[](#requirements)

- PHP &gt;= 7.2.0
- Laravel &gt;= 5.5

Install
-------

[](#install)

Install the latest version of our package by:

```
composer require ultimate-apm/ultimate-laravel

```

For Lumen
---------

[](#for-lumen)

If your application is based on Lumen you need to manually register the `UltimateServiceProvider`:

```
$app->register(\Ultimate\Laravel\UltimateServiceProvider::class);
```

### Configure the Ingestion Key

[](#configure-the-ingestion-key)

First put the Ingestion Key in your environment file:

```
ULTIMATE_INGESTION_KEY=[your ingestion key]

```

You can obtain an `ULTIMATE_INGESTION_KEY` creating a new project in your [Palzin APM](https://www.palzin.app) account.

### Attach the Middleware

[](#attach-the-middleware)

To monitor web requests you can attach the `WebMonitoringMiddleware` in your http kernel or use in one or more route groups based on your personal needs.

```
/**
 * The application's route middleware groups.
 *
 * @var array
 */
protected $middlewareGroups = [
    'web' => [
        ...,
        \Ultimate\Laravel\Middleware\WebRequestMonitoring::class,
    ],

    'api' => [
        ...,
        \Ultimate\Laravel\Middleware\WebRequestMonitoring::class,
    ]
```

### Test everything is working

[](#test-everything-is-working)

Run the command below:

```
php artisan ultimate:test

```

Go to  to explore your data.

LICENSE
-------

[](#license)

This package is licensed under the [MIT](LICENSE) license.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~65 days

Recently: every ~75 days

Total

10

Last Release

1146d ago

Major Versions

21.08.16 → 22.01.182022-02-11

22.05.25.1 → 23.03.082023-03-09

PHP version history (2 changes)21.08.05PHP &gt;=7.2

22.05.25PHP &gt;=7.2|^8.0

### Community

Maintainers

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

---

Top Contributors

[![vandanafuletra](https://avatars.githubusercontent.com/u/47470909?v=4)](https://github.com/vandanafuletra "vandanafuletra (10 commits)")

---

Tags

phplaravelmonitoringapmbugmanagerultimate

### Embed Badge

![Health badge](/badges/ultimate-apm-ultimate-laravel/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[inspector-apm/inspector-laravel

Code Execution Monitoring, built for developers.

2332.0M2](/packages/inspector-apm-inspector-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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