PHPackages                             pitekantrop/shittyprofiler - 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. pitekantrop/shittyprofiler

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

pitekantrop/shittyprofiler
==========================

A shitty profiler for Laravel.

1.1.4(11y ago)12.2k[1 issues](https://github.com/pitekantrop/shittyprofiler/issues)MITPHPPHP &gt;=5.3.0

Since Dec 12Pushed 11y ago2 watchersCompare

[ Source](https://github.com/pitekantrop/shittyprofiler)[ Packagist](https://packagist.org/packages/pitekantrop/shittyprofiler)[ RSS](/packages/pitekantrop-shittyprofiler/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (12)Used By (0)

Laravel Shitty Profiler
=======================

[](#laravel-shitty-profiler)

A shitty profiler for Laravel. It only shows some quick and dirty stats, but it's unobtrusive and easy to configure.

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

[](#installation)

Add the following to your `composer.json` file:

```
"pitekantrop/shittyprofiler":"*"
```

Then, run `composer update` or `composer install` if you haven't already installed any packages.

While you're waiting, add the following line to the `providers` array in `app/config/app.php`:

```
'Pitekantrop\ShittyProfiler\ProfilerServiceProvider',
```

And the profiler is installed.

Usage
-----

[](#usage)

While your app is in debug mode simply add the `?profile` query string to the URL of the request that you wish to inspect, and the usual output will be replaced with the profiler view.

[![](https://camo.githubusercontent.com/22f06edb230f87b0c676c8bb492b7592302b6872b4e24496249a323cd4c079e2/687474703a2f2f692e696d6775722e636f6d2f4e4f666b5865542e706e67)](https://camo.githubusercontent.com/22f06edb230f87b0c676c8bb492b7592302b6872b4e24496249a323cd4c079e2/687474703a2f2f692e696d6775722e636f6d2f4e4f666b5865542e706e67)

Custom Markers
--------------

[](#custom-markers)

To measure time from the application start up to a certain point add the following marker in your code:

```
Profiler::mark('CustomMarker');
```

It is also possible to measure time between two markers:

```
Profiler::mark('AnotherCustomMarker');
// Some code
Profiler::mark('AnotherCustomMarkerEnd');
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

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

Recently: every ~51 days

Total

10

Last Release

4355d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelprofiler

### Embed Badge

![Health badge](/badges/pitekantrop-shittyprofiler/health.svg)

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

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k130.0M722](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.2k1.7M56](/packages/fruitcake-laravel-debugbar)[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

382284.2k3](/packages/recca0120-laravel-tracy)[sebklaus/profiler

A profiler for Laravel 4. A continuation of the retired juy/profiler.

3620.2k](/packages/sebklaus-profiler)

PHPackages © 2026

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