PHPackages                             ndrx/profiler-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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. ndrx/profiler-laravel

AbandonedLibrary[Debugging &amp; Profiling](/categories/debugging)

ndrx/profiler-laravel
=====================

Laravel implementation of profiler

0.2.2(10y ago)015[2 issues](https://github.com/ndrx-io/profiler-laravel/issues)MITPHPPHP &gt;=5.5.0

Since Nov 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ndrx-io/profiler-laravel)[ Packagist](https://packagist.org/packages/ndrx/profiler-laravel)[ Docs](https://github.com/ndrx-io/profiler-laravel)[ RSS](/packages/ndrx-profiler-laravel/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (4)Versions (8)Used By (0)

Laravel Profiler
================

[](#laravel-profiler)

[![Latest Version on Packagist](https://camo.githubusercontent.com/677c72b7a0fc5a4ed8360ff00f8c27b27b080756359b662febcfcffa5806afc4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6472782f70726f66696c65722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ndrx-io/profiler-laravel)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/4b73c5d343cb038135938389bd59d47e86716942839b6384e67e11bd04535c33/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e6472782d696f2f70726f66696c65722d6c61726176656c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/ndrx-io/profiler-laravel)[![Build Status](https://camo.githubusercontent.com/fe99f6d87465b976ec2cce45209fc7f5696ada50850ff03af4ba64e8cd889c9d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e6472782d696f2f70726f66696c65722d6c61726176656c2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ndrx-io/profiler-laravel/)[![Build Status](https://camo.githubusercontent.com/e178227b52202d099d80475f74494038ee59c663386513c27b4379576dbbda2f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e6472782d696f2f70726f66696c65722d6c61726176656c2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ndrx-io/profiler-laravel/)

[![Build Status](https://camo.githubusercontent.com/dac1efad5d1261db9b46b7f4369c277f42f3678b20a027910618ab3ef6c9c572/68747470733a2f2f7062732e7477696d672e636f6d2f70726f66696c655f696d616765732f3538353431353133303838313634323439372f5167346e6945306f2e706e67)](http://ndrx.io)

Install
-------

[](#install)

Via Composer

```
$ composer require ndrx-io/profiler-laravel
```

Usage
-----

[](#usage)

### Register provider

[](#register-provider)

```
'providers' => [
    // Other Service Providers
    \Ndrx\Profiler\Laravel\LaravelProfilerServiceProvider::class
]
```

### Register facade

[](#register-facade)

```
'aliases' => [
    // Other aliases
    'Profiler' => \Ndrx\Profiler\Laravel\ProfilerFacade::class
]
```

### Publish config

[](#publish-config)

```
$ php artisan vendor:publish
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

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

Security
--------

[](#security)

If you discover any security related issues, please email arnaud.lahaxe\[at\]versusmind.eu instead of using the issue tracker.

Credits
-------

[](#credits)

- [LAHAXE Arnaud](https://github.com/lahaxearnaud)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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 ~0 days

Total

6

Last Release

3888d ago

### Community

Maintainers

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

---

Top Contributors

[![lahaxearnaud](https://avatars.githubusercontent.com/u/1364221?v=4)](https://github.com/lahaxearnaud "lahaxearnaud (23 commits)")

---

Tags

laravelprofilerndrx

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ndrx-profiler-laravel/health.svg)

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

###  Alternatives

[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.7M5](/packages/fruitcake-laravel-telescope-toolbar)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[laracraft-tech/laravel-xhprof

Easy XHProf setup to profile your laravel application!

235358.7k](/packages/laracraft-tech-laravel-xhprof)[bavix/laravel-xhprof

Quick profiling of your code for Laravel

22157.5k](/packages/bavix-laravel-xhprof)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)[daylerees/anbu

The Anbu profiler for Laravel 4.

3054.9k](/packages/daylerees-anbu)

PHPackages © 2026

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