PHPackages                             apitte/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. [API Development](/categories/api)
4. /
5. apitte/debug

Abandoned → [contributte/apitte](/?search=contributte%2Fapitte)ArchivedLibrary[API Development](/categories/api)

apitte/debug
============

Debugging tools for Apitte stack

v0.8.0(4y ago)5353.4k↓56.9%31MITPHPPHP &gt;=7.3

Since Nov 23Pushed 8mo ago2 watchersCompare

[ Source](https://github.com/contributte/apitte-debug)[ Packagist](https://packagist.org/packages/apitte/debug)[ Docs](https://github.com/apitte/debug)[ Fund](https://contributte.org/partners.html)[ GitHub Sponsors](https://github.com/f3l1x)[ RSS](/packages/apitte-debug/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (9)Dependencies (11)Versions (11)Used By (1)

[![](https://camo.githubusercontent.com/649a12be9c03fab160e0d37291cc7d147bcd7c1182e588b15e84d5e940ac4509/68747470733a2f2f686561746261646765722e76657263656c2e6170702f6769746875622f726561646d652f636f6e74726962757474652f6170697474652d64656275672f3f646570726563617465643d31)](https://camo.githubusercontent.com/649a12be9c03fab160e0d37291cc7d147bcd7c1182e588b15e84d5e940ac4509/68747470733a2f2f686561746261646765722e76657263656c2e6170702f6769746875622f726561646d652f636f6e74726962757474652f6170697474652d64656275672f3f646570726563617465643d31)

 [![](https://camo.githubusercontent.com/a8b1cd856d7d396fdebbe46947cc3507490acc267a02361e5e53bb7b820c95c3/68747470733a2f2f62616467656e2e6e65742f62616467652f737570706f72742f6769747465722f6379616e)](https://bit.ly/ctteg) [![](https://camo.githubusercontent.com/86d6416fc04f8bcc3daa7bf881526b9953b9726b1164d05c157c8713e3a73418/68747470733a2f2f62616467656e2e6e65742f62616467652f737570706f72742f666f72756d2f79656c6c6f77)](https://bit.ly/cttfo) [![](https://camo.githubusercontent.com/5d170ab94e6d594609561e16fe0f9e4293968fbd4dfcfafc5e11efc1415ef09c/68747470733a2f2f62616467656e2e6e65742f62616467652f73706f6e736f722f646f6e6174696f6e732f463936383534)](https://contributte.org/partners.html)

 Website 🚀 [contributte.org](https://contributte.org) | Contact 👨🏻‍💻 [f3l1x.io](https://f3l1x.io) | Twitter 🐦 [@contributte](https://twitter.com/contributte)

Disclaimer
----------

[](#disclaimer)

⚠️This project is no longer being maintained. Please use [contributte/apitte](https://github.com/contributte/apitte).Composer[`apitte/debug`](https://packagist.org/packages/apitte/debug)Version[![](https://camo.githubusercontent.com/185692cb044dc20c43db508e291b699c98e1707f8e7216d79f9d91bfcd272990/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f6170697474652f6465627567)](https://camo.githubusercontent.com/185692cb044dc20c43db508e291b699c98e1707f8e7216d79f9d91bfcd272990/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f6170697474652f6465627567)PHP[![](https://camo.githubusercontent.com/e64459d5a0f14f08a6cda06ff64ddcaf5d46003585418198597c6d6e0487ef2d/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f6170697474652f6465627567)](https://camo.githubusercontent.com/e64459d5a0f14f08a6cda06ff64ddcaf5d46003585418198597c6d6e0487ef2d/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f6170697474652f6465627567)License[![](https://camo.githubusercontent.com/67a403174c20af44776fb854693281201a00fbc2bfbd5d1c981d1cffc16588b3/68747470733a2f2f62616467656e2e6e65742f6769746875622f6c6963656e73652f636f6e74726962757474652f6170697474652d6465627567)](https://camo.githubusercontent.com/67a403174c20af44776fb854693281201a00fbc2bfbd5d1c981d1cffc16588b3/68747470733a2f2f62616467656e2e6e65742f6769746875622f6c6963656e73652f636f6e74726962757474652f6170697474652d6465627567)About
-----

[](#about)

Debug tools for [Apitte](https://github.com/apitte/core), based on [Tracy debugger](https://github.com/nette/tracy).

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

[](#installation)

To install the latest version of `apitte/debug` use [Composer](https://getcomposer.org).

```
composer require apitte/debug
```

Setup
-----

[](#setup)

First of all, setup [core](https://github.com/apitte/core) package.

Install and register debug plugin

```
api:
    plugins:
        Apitte\Debug\DI\DebugPlugin:
            debug:
                panel: %debugMode%
                negotiation: %debugMode%
```

Features
--------

[](#features)

### Tracy

[](#tracy)

- bar panel - displays all router
- blue screen panel - displays endpoint with invalid schema

### Negotiation

[](#negotiation)

If you have [negotiation](https://github.com/apitte/negotiation) plugin installed then you will be able to use two new suffixes.

With these suffixes you will also be able to see **Tracy bar**

`.debug`

- dumps response
- `example.com/api/v1/users.debug`

`.debugdata`

- dumps response entity
- `example.com/api/v1/users.debugdata`

Version
-------

[](#version)

StateVersionBranchNettePHPstable`^0.8``master`3.0+`>=7.3`stable`^0.5``master`2.4`>=7.1`Development
-----------

[](#development)

This package was maintained by these authors.

[ ![](https://avatars2.githubusercontent.com/u/538058?v=3&s=80)](https://github.com/f3l1x)---

Consider to [support](https://contributte.org/partners.html) **contributte** development team. Also thank you for using this package.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance43

Moderate activity, may be stable

Popularity39

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.3% 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 ~173 days

Recently: every ~276 days

Total

9

Last Release

1805d ago

PHP version history (5 changes)v0.1PHP &gt;= 5.6

v0.4PHP &gt;= 7.1

v0.6.0PHP ^7.2

v0.7.0PHP &gt;=7.2

v0.8.0PHP &gt;=7.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/538058?v=4)[Milan Šulc](/maintainers/f3l1x)[@f3l1x](https://github.com/f3l1x)

---

Top Contributors

[![f3l1x](https://avatars.githubusercontent.com/u/538058?v=4)](https://github.com/f3l1x "f3l1x (61 commits)")[![mabar](https://avatars.githubusercontent.com/u/20974277?v=4)](https://github.com/mabar "mabar (20 commits)")[![petrparolek](https://avatars.githubusercontent.com/u/6066243?v=4)](https://github.com/petrparolek "petrparolek (4 commits)")[![vody105](https://avatars.githubusercontent.com/u/22433893?v=4)](https://github.com/vody105 "vody105 (3 commits)")[![Roman3349](https://avatars.githubusercontent.com/u/4655467?v=4)](https://github.com/Roman3349 "Roman3349 (2 commits)")[![FVesely](https://avatars.githubusercontent.com/u/8440867?v=4)](https://github.com/FVesely "FVesely (1 commits)")[![woytam](https://avatars.githubusercontent.com/u/12713483?v=4)](https://github.com/woytam "woytam (1 commits)")

---

Tags

apittedebugdebuggingnettenette-frameworktracyapidebuggingtracyapitte

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[apigen/apigen

PHP source code API generator.

2.2k633.4k228](/packages/apigen-apigen)[tomaj/nette-api

Nette api

36276.9k8](/packages/tomaj-nette-api)[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22880.1k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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