PHPackages                             neofox/objective-php-debug-bar - 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. neofox/objective-php-debug-bar

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

neofox/objective-php-debug-bar
==============================

PHPDebugBar integration for Objective PHP

v1.0(9y ago)01.7kMITPHPPHP &gt;=7.0

Since Dec 20Pushed 9y agoCompare

[ Source](https://github.com/Neofox/objective-php-debug-bar)[ Packagist](https://packagist.org/packages/neofox/objective-php-debug-bar)[ Docs](https://github.com/Neofox/objecive-php-debug-bar)[ RSS](/packages/neofox-objective-php-debug-bar/feed)WikiDiscussions master Synced today

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

Objective PHP / DebugBar Package [![Build Status](https://camo.githubusercontent.com/860150316a2853fd27ac067fc008e5577545f25d07d31602a77bb0e0c7a2e7c4/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f4e656f666f782f6f626a6563746976652d7068702d64656275672d6261722e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/Neofox/objective-php-debug-bar)
=======================================================================================================================================================================================================================================================================================================================================================================

[](#objective-php--debugbar-package-)

Project introduction
--------------------

[](#project-introduction)

This package allow to add a php debugbar in Objective PHP

Requirement
-----------

[](#requirement)

For the moment this package will require two steps in your application:

- Route
- Rendering

Steps names will be configurable in a futur releases.

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

[](#installation)

### Manual

[](#manual)

You can clone our Github repository by running:

```
git clone http://github.com/Neofox/objective-php-debug-bar

```

If you're to proceed this way, you probably don't need more explanation about how to use the library :)

### Composer

[](#composer)

The easiest way to install the library and get ready to play with it is by using Composer. Run the following command in an empty folder you just created for Primitives:

```
composer require --dev neofox/objective-php-debug-bar:dev-master

```

### Usage

[](#usage)

Now that you get the package, you need to plug it in your application (Application.php):

```
$this->getStep('bootstrap')->plug(DebugBarPackage::class)

```

And you're done!

How to test the work in progress?
---------------------------------

[](#how-to-test-the-work-in-progress)

### Run unit tests

[](#run-unit-tests)

First of all, please always run the unit tests suite. Our tests are written using PHPUnit, and can be run as follow:

```
composer test

```

### Configure the package

[](#configure-the-package)

To be continued!

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

3479d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6177937?v=4)[Jérôme Schaeffer](/maintainers/Neofox)[@Neofox](https://github.com/Neofox)

---

Top Contributors

[![Neofox](https://avatars.githubusercontent.com/u/6177937?v=4)](https://github.com/Neofox "Neofox (13 commits)")

---

Tags

debugobjective php

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/neofox-objective-php-debug-bar/health.svg)

```
[![Health](https://phpackages.com/badges/neofox-objective-php-debug-bar/health.svg)](https://phpackages.com/packages/neofox-objective-php-debug-bar)
```

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

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

Integrates PHP Debug Bar with Phalcon.

159125.1k1](/packages/snowair-phalcon-debugbar)

PHPackages © 2026

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