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

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

shamanzpua/laravel-profiler
===========================

Code profiler for laravel

1.1.1(4y ago)17.5kPHPPHP &gt;=7.0.0

Since Dec 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/shamanzpua/laravel-profiler)[ Packagist](https://packagist.org/packages/shamanzpua/laravel-profiler)[ RSS](/packages/shamanzpua-laravel-profiler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (14)Used By (0)

Install

```
 composer require shamanzpua/laravel-profiler
```

Add Service Provider to project providers config:

```
 shamanzpua\LaravelProfiler\ProfilerServiceProvider::class
```

Usage

```
 performance_profiling_start("SOME_LOG_NAME");

 profiler_breakpoint("BREAK_POINT_NAME_1");
 sleep(2);
 profiler_breakpoint("BREAK_POINT_NAME_1");
 //some code
 profiler_breakpoint("BREAK_POINT_NAME_1");

 performance_profiling_stop("LAST_BREAK_POINT_NAME");
```

Get logs url:

http://{PROJECT\_URL}/show-profiler-logs?code\_auth={PROFILER\_AUTH\_CODE}

optional query param: &amp;log\_name=SOME\_LOG\_NAME

Clean old logs url:

http://{PROJECT\_URL}/delete-profiler-logs?code\_auth={PROFILER\_AUTH\_CODE}&amp;delete\_after\_minutes=30

.env configs

```
 PROFILER_AUTH_CODE #secure package routes
 PROFILER_QUERY_LOG_DBS #comma separated db connections (Illuminate\Database\Connection). Example: mysql,mongo,mysql2
 PROFILER_LOCAL_TIMEZONE #timezone shown logs. If not set default timezone - utc

 PROFILER_DB_CRITICAL_DURATION
 PROFILER_DB_WARNING_DURATION
 PROFILER_CODE_WARNING_DURATION
 PROFILER_CODE_CRITICAL_DURATION

 PROFILER_STORAGE     #default file
 PROFILER_FILE_STORAGE_PATH
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

13

Last Release

1611d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/62fe1efef6309ce343f3124e28b90d03bd0d1f2514157e51368ba9a59d8d344e?d=identicon)[shamanzpua](/maintainers/shamanzpua)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.6M3](/packages/fruitcake-laravel-telescope-toolbar)[laracraft-tech/laravel-xhprof

Easy XHProf setup to profile your laravel application!

235321.4k](/packages/laracraft-tech-laravel-xhprof)[spatie/laravel-artisan-dd

Run dd from your commandline

16387.7k1](/packages/spatie-laravel-artisan-dd)[bavix/laravel-xhprof

Quick profiling of your code for Laravel

22156.6k](/packages/bavix-laravel-xhprof)[daylerees/anbu

The Anbu profiler for Laravel 4.

3054.9k](/packages/daylerees-anbu)[thehocinesaad/laravel-error-ai

This package adds Ask AI button to the error page.

2214.4k](/packages/thehocinesaad-laravel-error-ai)

PHPackages © 2026

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