PHPackages                             alanvaill/laravel-profiler-admin - 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. alanvaill/laravel-profiler-admin

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

alanvaill/laravel-profiler-admin
================================

1.0.0(9y ago)216[2 issues](https://github.com/AlanVaill/laravel-profiler-admin/issues)mitJavaScript

Since Feb 1Pushed 9y ago1 watchersCompare

[ Source](https://github.com/AlanVaill/laravel-profiler-admin)[ Packagist](https://packagist.org/packages/alanvaill/laravel-profiler-admin)[ RSS](/packages/alanvaill-laravel-profiler-admin/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

[![Code Climate](https://camo.githubusercontent.com/7972eb8bc4690f4b6b666c2a77b3eba589edcb793acdba1491a5d21edec2d7c7/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f416c616e5661696c6c2f6c61726176656c2d70726f66696c65722d61646d696e2f6261646765732f6770612e737667)](https://codeclimate.com/github/AlanVaill/laravel-profiler-admin)

Laravel Profiler Admin is a laravel (5.3) package that provides a UI to aggregate and view your application profiling information. While the UI is a laravel package, the reporting mechanisms that collect profiling information are designed to be framework agnostic.

Installation (Co-habit w/ your existing app)
============================================

[](#installation-co-habit-w-your-existing-app)

Assuming you already have a laravel project started this will install the admin in your project

1. Change to your project directory `cd path/to/project`
2. Install the package `composer require alanvaill/laravel-profiler-admin`
3. Add the package provider `AlanVaill\LaravelProfilerAdmin\Providers\ServiceProvider` to your app providers configuration
4. Run migration for new profiling tables `php artisan migrate:status` and `php artisan migrate` (This will install tables `transaction_reports`, `query_logs`, `transaction_traces`, `error_logs` in your app database)
5. Add the package provider `AlanVaill\LaravelProfilerAdapter\ServiceProvider` to your app providers configuration *Note order is important here, you must run migrations before adding this provider*
6. Publish public assets for the package with `php artisan vendor:publish`
7. Visit `/profiler` path of your project url ie `http://myproject.app/profiler`

Road Map
========

[](#road-map)

V1.0
----

[](#v10)

- Provide a (laravel based) profiling UI √
- dashboard overview √
- with top transactions drill down √
- trace breakdown of function timing/memory usage
- database queries drill down √
- and error log messages √
- Provide a profiler package that defines framework agnostic interface √
- Provide a laravel adapter profiler concrete implementation √
- Support profiling a laravel application co-hosted in the laravel database (multiple app servers supported) √
- profile entries by host
- Provide documentation for installation
- README √
- Screencast

V2.0
----

[](#v20)

- PSR7 middleware profiler
- Doctrine db adapter
- more to come ..

> > > > > > > b0782de1b6a8931b5d927e1299b79acfee9c2930

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3436d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M165](/packages/laravel-ai)[spatie/laravel-ray

Easily debug Laravel apps

31840.3M3.4k](/packages/spatie-laravel-ray)[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

721160.4k12](/packages/tallstackui-tallstackui)[illuminate/mail

The Illuminate Mail package.

6410.6M475](/packages/illuminate-mail)

PHPackages © 2026

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