PHPackages                             chinpei215/cakephp-pretty-debug - 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. chinpei215/cakephp-pretty-debug

ActiveCakephp-plugin[Debugging &amp; Profiling](/categories/debugging)

chinpei215/cakephp-pretty-debug
===============================

CakePHP 2.x plugin to make debug toolbar pretty

0.1.1(7y ago)441MITCSS

Since Jun 3Pushed 7y ago1 watchersCompare

[ Source](https://github.com/chinpei215/cakephp-pretty-debug)[ Packagist](https://packagist.org/packages/chinpei215/cakephp-pretty-debug)[ Docs](https://github.com/chinpei215/cakephp-pretty-debug)[ RSS](/packages/chinpei215-cakephp-pretty-debug/feed)WikiDiscussions master Synced 3d ago

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

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.txt)

PrettyDebug Plugin for CakePHP 2.x
==================================

[](#prettydebug-plugin-for-cakephp-2x)

[![Image](webroot/img/image.png)](webroot/img/image.png)

Requirements
------------

[](#requirements)

- CakePHP 2.x
- CakePHP DebugKit plugin

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

[](#installation)

See the [How to Install Plugins](http://book.cakephp.org/2.0/en/plugins/how-to-install-plugins.html)in the CakePHP documentation for general help.

- Put the `PrettyDebug` directory into your plugin directory or install the plugin with [Composer](https://getcomposer.org/) from the directory where your **composer.json** file is located:

```
php composer.phar require chinpei215/cakephp-pretty-debug
```

- Load the plugin in your **app/Config/bootstrap.php** file:

```
CakePlugin::load('PrettyDebug');
```

- And enable the [component](https://book.cakephp.org/2.0/en/controllers/components.html)in your controllers or in your **app/Controller/AppController.php**:

```
class AppController extends Controller {
    public $components = array(
        'DebugKit.Toolbar',
        'PrettyDebug.PrettyDebug',
    );
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

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

Unknown

Total

1

Last Release

2902d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

debugcakephp

### Embed Badge

![Health badge](/badges/chinpei215-cakephp-pretty-debug/health.svg)

```
[![Health](https://phpackages.com/badges/chinpei215-cakephp-pretty-debug/health.svg)](https://phpackages.com/packages/chinpei215-cakephp-pretty-debug)
```

###  Alternatives

[symfony/var-dumper

Provides mechanisms for walking through any arbitrary PHP variable

7.4k855.5M8.0k](/packages/symfony-var-dumper)[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k124.3M624](/packages/barryvdh-laravel-debugbar)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k21.3M40](/packages/php-debugbar-php-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[kint-php/kint

Kint - Advanced PHP dumper

2.8k19.3M283](/packages/kint-php-kint)[tracy/tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.

1.8k24.4M1.3k](/packages/tracy-tracy)

PHPackages © 2026

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