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

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

kr4y/profiler
=============

Profiler for Laravel 4

1.0.2(13y ago)089MITPHP &gt;=5.3.0

Since May 8Compare

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

READMEChangelogDependencies (2)Versions (4)Used By (0)

laravel-profiler
================

[](#laravel-profiler)

Profiler for Laravel 4

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

[](#installation)

In `composer.json` file:

```
{
    "require-dev": {
        "kr4y/profiler": "dev-master"
    },
}
```

In `app/config/app.php`:

```
'providers' => array(
  ...

    'Kr4Y\Profiler\ProfilerServiceProvider',
    ...
),

'aliases' => array(
  ...
        'Profiler'        => 'Kr4Y\Profiler\Facades\Profiler',
        ...
```

If you need to disable profiler (disabled in `production` environment by default), publish package config `php artisan config:publish kr4y/profiler` and set `'enabled' => false`

Profiler snapshot points usage:

```
Profiler::startPoint('sample snapshot point');

.....

Profiler::endPoint('sample snapshot point');
```

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

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

Total

2

Last Release

4832d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

profilerLaravel 4

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k136.0M824](/packages/barryvdh-laravel-debugbar)[moonshine/moonshine

Laravel administration panel

1.3k268.2k89](/packages/moonshine-moonshine)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k2.9M80](/packages/fruitcake-laravel-debugbar)[tallstackui/tallstackui

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

731189.9k16](/packages/tallstackui-tallstackui)[illuminate/console

The Illuminate Console package.

13046.6M7.3k](/packages/illuminate-console)

PHPackages © 2026

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