PHPackages                             grummfy/php-debugbar-continuousphp - 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. grummfy/php-debugbar-continuousphp

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

grummfy/php-debugbar-continuousphp
==================================

Adding information from package build by continuousphp for the php debugbar

1.1.0(9y ago)3484MITPHPPHP &gt;=5.3.0

Since Oct 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Grummfy/php-debugbar-continuousphp)[ Packagist](https://packagist.org/packages/grummfy/php-debugbar-continuousphp)[ RSS](/packages/grummfy-php-debugbar-continuousphp/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Debug bar information about continuousphp build
===============================================

[](#debug-bar-information-about-continuousphp-build)

Adding information from package build by [continuousphp](https://continuousphp.com/) on the [php debugbar](http://phpdebugbar.com/).

On continuousphp, when you have a package, it comes with a nice json file `continuousphp.package` that contains interesting values. So let's print them in the debugbar.

Install &amp; configuration
---------------------------

[](#install--configuration)

```
composer require --dev grummfy/php-debugbar-continuousphp

```

Then add to your debugbar :

```
$debugbar->addCollector(new Grummfy\DebugBar\ContinuousphpCollector('path/to/continuousphp.package'));

```

### Integration to other debug bar

[](#integration-to-other-debug-bar)

On any bar based on php-debugbar, it will be the same.

An example with [laravel](https://github.com/barryvdh/laravel-debugbar):

```
Debugbar::addCollector(new Grummfy\DebugBar\ContinuousphpCollector('path/to/continuousphp.package'));

```

Personally I add it inside an AppServiceProvider inside the providers directory.

Demo
----

[](#demo)

To get a simple demo, go to demo dir and run

```
composer install
php -S localhost:8080

```

Open your browser to  .

You should see this [![Demo](demo/result.png)](demo/result.png)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~69 days

Total

2

Last Release

3464d ago

### Community

Maintainers

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

---

Top Contributors

[![Grummfy](https://avatars.githubusercontent.com/u/668804?v=4)](https://github.com/Grummfy "Grummfy (5 commits)")

---

Tags

continuousphpdebugbarphp-debugbardebugdebugbarcontinuousphp

### Embed Badge

![Health badge](/badges/grummfy-php-debugbar-continuousphp/health.svg)

```
[![Health](https://phpackages.com/badges/grummfy-php-debugbar-continuousphp/health.svg)](https://phpackages.com/packages/grummfy-php-debugbar-continuousphp)
```

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k133.0M734](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k2.3M59](/packages/fruitcake-laravel-debugbar)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k29.8M66](/packages/php-debugbar-php-debugbar)[snowair/phalcon-debugbar

Integrates PHP Debug Bar with Phalcon.

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

PHPackages © 2026

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