PHPackages                             cakephp/debug\_kit - 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. [Framework](/categories/framework)
4. /
5. cakephp/debug\_kit

ActiveCakephp-plugin[Framework](/categories/framework)

cakephp/debug\_kit
==================

CakePHP Debug Kit

5.2.1(5mo ago)86514.0M—8.2%56820MITPHPPHP &gt;=8.1CI passing

Since Aug 23Pushed 2mo ago74 watchersCompare

[ Source](https://github.com/cakephp/debug_kit)[ Packagist](https://packagist.org/packages/cakephp/debug_kit)[ Docs](https://github.com/cakephp/debug_kit)[ RSS](/packages/cakephp-debug-kit/feed)WikiDiscussions 5.x Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (171)Used By (20)

CakePHP DebugKit
================

[](#cakephp-debugkit)

[![CI](https://github.com/cakephp/debug_kit/actions/workflows/ci.yml/badge.svg)](https://github.com/cakephp/debug_kit/actions/workflows/ci.yml)[![Coverage Status](https://camo.githubusercontent.com/f8bf88ea44e98da5d87d25e6341311c8611311e7be4635d9075d7f1a234cd946/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f63616b657068702f64656275675f6b69742e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/github/cakephp/debug_kit)[![License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.txt)[![Total Downloads](https://camo.githubusercontent.com/69a68edfc7c81350279e1ef85c0270c93ab06954d850d78dda1b85d2b54f3d85/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63616b657068702f63616b657068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cakephp/debug_kit)

DebugKit provides a debugging toolbar and enhanced debugging tools for CakePHP applications. It lets you quickly see configuration data, log messages, SQL queries, and timing data for your application.

⚠️ DebugKit is only intended for use in single-user local development environments. You should avoid using DebugKit in shared development environments, staging environments, or any environment where you need to keep configuration data and environment variables hidden. ⚠️

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

[](#requirements)

- SQLite (pdo\_sqlite) or another database driver that CakePHP can talk to. By default DebugKit will use SQLite, if you need to use a different database see the Database Configuration section in the documentation linked below.

For details and older versions see [version map](https://github.com/cakephp/debug_kit/wiki#version-map).

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

[](#installation)

- Install the plugin with [Composer](https://getcomposer.org/) from your CakePHP Project's ROOT directory (where the **composer.json** file is located)

```
php composer.phar require --dev cakephp/debug_kit:"^5.0"
```

- [Load the plugin](https://book.cakephp.org/5/en/plugins.html#loading-a-plugin)

```
bin/cake plugin load DebugKit --only-debug

```

Is DebugKit not working?
------------------------

[](#is-debugkit-not-working)

If you don't see a CakePHP icon on the bottom right of your page DebugKit is not be working correctly. Some common problems are:

1. Your PHP environment doesn't have SQLite installed. Check your application logs to confirm if this happening. You can either configure DebugKit to use a different database, or install the PDO SQLite 3 extension.
2. Your hostname needs to be added to the `DebugKit.safeTld`. If your local domain isn't a known development environment name, DebugKit will disable itself to protect a potentially non-development environment.
3. If you are using the [Authorization Plugin](https://github.com/cakephp/authorization)you need to set `DebugKit.ignoreAuthorization` to `true` in your config.

Reporting Issues
----------------

[](#reporting-issues)

If you have a problem with DebugKit please open an issue on [GitHub](https://github.com/cakephp/debug_kit/issues).

Contributing
------------

[](#contributing)

If you'd like to contribute to DebugKit, check out the [roadmap](https://github.com/cakephp/debug_kit/wiki/roadmap) for any planned features. You can [fork](https://help.github.com/articles/fork-a-repo)the project, add features, and send [pull requests](https://help.github.com/articles/using-pull-requests) or open [issues](https://github.com/cakephp/debug_kit/issues).

Documentation
-------------

[](#documentation)

Documentation for DebugKit can be found in the [CakePHP documentation](https://book.cakephp.org/debugkit/5/en/index.html).

Panels
------

[](#panels)

Panels by other plugins:

- `L10n` by [Setup plugin](https://github.com/dereuromark/cakephp-setup) to show current localization for Date, DateTime, Time objects/values.
- `Twig` by [Twig plugin](https://github.com/cakephp/twig-view/) to list all templates.

###  Health Score

77

—

ExcellentBetter than 100% of packages

Maintenance80

Actively maintained with recent releases

Popularity72

Solid adoption and visibility

Community54

Growing community involvement

Maturity91

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 60.1% 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 ~27 days

Recently: every ~40 days

Total

166

Last Release

64d ago

Major Versions

4.10.0 → 5.0.22023-10-23

4.10.1 → 5.0.32023-11-23

4.9.6 → 5.0.42023-12-15

4.10.2 → 5.0.52024-01-04

4.x-dev → 5.1.42025-10-04

PHP version history (5 changes)2.2.1PHP &gt;=5.3.0

3.10.3PHP &gt;=5.6.0

4.0.0PHP &gt;=7.2

4.9.0PHP &gt;=7.4

5.0.6PHP &gt;=8.1

### Community

Maintainers

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

---

Top Contributors

[![markstory](https://avatars.githubusercontent.com/u/24086?v=4)](https://github.com/markstory "markstory (1415 commits)")[![LordSimal](https://avatars.githubusercontent.com/u/9105243?v=4)](https://github.com/LordSimal "LordSimal (171 commits)")[![ADmad](https://avatars.githubusercontent.com/u/142658?v=4)](https://github.com/ADmad "ADmad (130 commits)")[![lorenzo](https://avatars.githubusercontent.com/u/37621?v=4)](https://github.com/lorenzo "lorenzo (117 commits)")[![dereuromark](https://avatars.githubusercontent.com/u/39854?v=4)](https://github.com/dereuromark "dereuromark (88 commits)")[![othercorey](https://avatars.githubusercontent.com/u/24221186?v=4)](https://github.com/othercorey "othercorey (79 commits)")[![saeideng](https://avatars.githubusercontent.com/u/8215801?v=4)](https://github.com/saeideng "saeideng (65 commits)")[![antograssiot](https://avatars.githubusercontent.com/u/4977112?v=4)](https://github.com/antograssiot "antograssiot (49 commits)")[![garas](https://avatars.githubusercontent.com/u/2265694?v=4)](https://github.com/garas "garas (25 commits)")[![stickler-ci](https://avatars.githubusercontent.com/u/16011037?v=4)](https://github.com/stickler-ci "stickler-ci (23 commits)")[![ravage84](https://avatars.githubusercontent.com/u/625761?v=4)](https://github.com/ravage84 "ravage84 (16 commits)")[![ceeram](https://avatars.githubusercontent.com/u/111448?v=4)](https://github.com/ceeram "ceeram (16 commits)")[![bcrowe](https://avatars.githubusercontent.com/u/752603?v=4)](https://github.com/bcrowe "bcrowe (16 commits)")[![renan](https://avatars.githubusercontent.com/u/28046?v=4)](https://github.com/renan "renan (13 commits)")[![rafb43](https://avatars.githubusercontent.com/u/11786?v=4)](https://github.com/rafb43 "rafb43 (12 commits)")[![raul338](https://avatars.githubusercontent.com/u/7199046?v=4)](https://github.com/raul338 "raul338 (11 commits)")[![wa0x6e](https://avatars.githubusercontent.com/u/495709?v=4)](https://github.com/wa0x6e "wa0x6e (10 commits)")[![jperras](https://avatars.githubusercontent.com/u/20675?v=4)](https://github.com/jperras "jperras (10 commits)")[![Erwane](https://avatars.githubusercontent.com/u/712604?v=4)](https://github.com/Erwane "Erwane (9 commits)")[![josegonzalez](https://avatars.githubusercontent.com/u/65675?v=4)](https://github.com/josegonzalez "josegonzalez (8 commits)")

---

Tags

cakephpcakephp-plugindebugbardebuggingphpdevdebugcakephpkit

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[cakephp/bake

Bake plugin for CakePHP

11211.2M158](/packages/cakephp-bake)[yiisoft/yii2-debug

The debugger extension for the Yii framework

20323.5M598](/packages/yiisoft-yii2-debug)[friendsofcake/bootstrap-ui

Bootstrap front-end framework support for CakePHP

3492.1M32](/packages/friendsofcake-bootstrap-ui)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1862.1M27](/packages/dereuromark-cakephp-ide-helper)[cakephp/localized

CakePHP Localized Plugin

218595.6k5](/packages/cakephp-localized)[cakephp/acl

Acl Plugin for CakePHP framework

109553.9k15](/packages/cakephp-acl)

PHPackages © 2026

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