PHPackages                             joebeeson/li3\_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. joebeeson/li3\_profiler

AbandonedArchivedLithium-library[Debugging &amp; Profiling](/categories/debugging)

joebeeson/li3\_profiler
=======================

li3\_profiler is a Lithium library for profiling requests built on Jim Rubenstein's PHP Profiler.

138[1 issues](https://github.com/joebeeson/li3_profiler/issues)PHP

Since Dec 27Pushed 12y ago1 watchersCompare

[ Source](https://github.com/joebeeson/li3_profiler)[ Packagist](https://packagist.org/packages/joebeeson/li3_profiler)[ RSS](/packages/joebeeson-li3-profiler/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

li3\_profiler
=============

[](#li3_profiler)

`li3_profiler` is a [Lithium](https://github.com/unionofrad/lithium) library for profiling requests built on [Jim Rubenstein](http://www.jimsc.com/)'s [PHP Profiler](https://github.com/jimrubenstein/php-profiler).

Description
-----------

[](#description)

The library profiles the primary classes of your application and presents them in a concise report available on each page. Out of the box the library will profile the following:

- Routing
- Controller
- Session (*read, write*)
- Authentication (*check, set, clear*)
- Database queries
- View rendering

The injection of the report into the response is handled automatically by the library.

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

[](#installation)

Clone the repository from your `app/libraries` folder in your application and initialize submodules.

```
$ cd app/libraries
$ git clone https://github.com/joebeeson/li3_profiler
$ git submodule init && git submodule update

```

Add the library to your application's `app/config/bootstrap/libraries.php` file.

```
Libraries::add('li3_profiler');

```

Visit your application, you should see something similar to the following image...

[![Example](https://camo.githubusercontent.com/46ead5d5a52cb6919e1d1d85afda3ba2b284fd7ab81e36cfee9b6af7d8af7cd6/687474703a2f2f692e696d6775722e636f6d2f4971524d5a2e706e67)](https://camo.githubusercontent.com/46ead5d5a52cb6919e1d1d85afda3ba2b284fd7ab81e36cfee9b6af7d8af7cd6/687474703a2f2f692e696d6775722e636f6d2f4971524d5a2e706e67)

Configuration
-------------

[](#configuration)

To view the available configuration options you should view the `li3_profiler/config/bootstrap.php` file to see everything available to you.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/99c2535a12c2ded498726479567d621eaf6bddbac39419c2683a15349e597e3e?d=identicon)[notomato](/maintainers/notomato)

---

Top Contributors

[![notomato](https://avatars.githubusercontent.com/u/97681?v=4)](https://github.com/notomato "notomato (10 commits)")[![joebeeson](https://avatars.githubusercontent.com/u/25078?v=4)](https://github.com/joebeeson "joebeeson (9 commits)")[![jmmcatee](https://avatars.githubusercontent.com/u/660508?v=4)](https://github.com/jmmcatee "jmmcatee (1 commits)")

### Embed Badge

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

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

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)

PHPackages © 2026

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