PHPackages                             phalconslayer-libs/debugbar - 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. phalconslayer-libs/debugbar

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

phalconslayer-libs/debugbar
===========================

A debugbar dedicated for phalcon slayer

014PHP

Since Apr 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/phalconslayer-libs/debugbar)[ Packagist](https://packagist.org/packages/phalconslayer-libs/debugbar)[ RSS](/packages/phalconslayer-libs-debugbar/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Phalcon Slayer Libraries, presents "Debug Bar"
==============================================

[](#phalcon-slayer-libraries-presents-debug-bar)

This library contains a service provider for Phalcon Slayer.

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

[](#installation)

### first step

[](#first-step)

```
composer require phalconslayer-libs/debugbar

```

### second step

[](#second-step)

Go to your `config/app.php` and under the `services`, you must add the service provider.

```
// config.php

'services' => [
    ...
    PhalconslayerLibs\Debugbar\DebugbarServiceProvider::class,
],

```

### third step

[](#third-step)

publish the config using `brood` command using terminal / iterm, etc.

```
$ php brood vendor:publish debugbar
$ Are you sure you want to publish 'config'? [y/n]: y

```

And you are done!

How to contribute?
==================

[](#how-to-contribute)

Fork this into your github account, go to your phalcon slayer project at `sandbox` folder.

Then clone `git clone https://github.com/phalconslayer-libs/debugbar.git phalconslayer-libs/debugbar`

In your slayer base `composer.json`, add

```
    "require": {
        "phalconslayer-libs/debugbar": "*"
    },
    "repositories": {
        "phalconslayer-libs/debugbar": {
            "type": "path",
            "url": "phalconslayer-libs/debugbar"
        }
    }

```

Then run `composer update`, if you are using windows, you always need to run this since composer will copy the folder under the `vendor`, if your operating system supports symlink, then that would really help, there are lots of `vcs` options in composer, so try to explore more about it.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![daison12006013](https://avatars.githubusercontent.com/u/4581415?v=4)](https://github.com/daison12006013 "daison12006013 (1 commits)")

### Embed Badge

![Health badge](/badges/phalconslayer-libs-debugbar/health.svg)

```
[![Health](https://phpackages.com/badges/phalconslayer-libs-debugbar/health.svg)](https://phpackages.com/packages/phalconslayer-libs-debugbar)
```

###  Alternatives

[fjogeleit/prometheus-messenger-middleware

Prometheus Middleware for the Symfony Messenger Component

2255.2k](/packages/fjogeleit-prometheus-messenger-middleware)[spatie/craft-ray

Easily debug CraftCMS projects

1638.6k](/packages/spatie-craft-ray)

PHPackages © 2026

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