PHPackages                             filisko/debugbar-redbean - 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. filisko/debugbar-redbean

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

filisko/debugbar-redbean
========================

RedBeanPHP Collector for Debugbar

1.0(9y ago)74.2k↓33.3%1MITPHP

Since Aug 27Pushed 6y ago1 watchersCompare

[ Source](https://github.com/filisko/debugbar-redbean)[ Packagist](https://packagist.org/packages/filisko/debugbar-redbean)[ RSS](/packages/filisko-debugbar-redbean/feed)WikiDiscussions master Synced 1mo ago

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

RedBeanPHP collector for Debugbar
=================================

[](#redbeanphp-collector-for-debugbar)

Result
------

[](#result)

[![RedBeanPHP collector for Debugbar](https://camo.githubusercontent.com/3373e5d77c1d25e66353cd4d374eb7773894c81dd123f781653ca612b136bcc3/68747470733a2f2f692e736e61672e67792f6f4c757871482e6a7067 "RedBeanPHP collector for Debugbar")](https://camo.githubusercontent.com/3373e5d77c1d25e66353cd4d374eb7773894c81dd123f781653ca612b136bcc3/68747470733a2f2f692e736e61672e67792f6f4c757871482e6a7067)

Installation and configuration
------------------------------

[](#installation-and-configuration)

Install it via composer:

```
composer require filisko/debugbar-redbean`

```

To make this work you must enable RedBean's debug mode to log your queries. You can simply use RedBean's Facade **debug()** method.

How to use
----------

[](#how-to-use)

To use this logger with any application, you could basically do something like that:

```
R::setup('mysql:host=hostname;dbname=db', 'username', 'password');
/*
Possible log modes:
-------------------
0 Log and write to STDOUT classic style (default)
1 Log only, class style
2 Log and write to STDOUT fancy style
3 Log only, fancy style (it works nicely with this one)
*/
R::debug(true, 3);

// ... your queries here ...

// Get RedBean's Logger
$logger = R::getLogger();
$debugbar = new \DebugBar\StandardDebugBar();
$debugbar->addCollector(new \Filisko\DebugBar\DataCollector\RedBeanCollector($logger));
```

If you realized that RedBean puts at the end of your SQL queries something like '--keep-cache' for internal caching purposes and you want to hide this part from the logger, you could simply use a static flag to disable it:

```
\Filisko\DebugBar\DataCollector\RedBeanCollector::$showKeepCache = false; // That's all!
```

### Suggestions, ideas, etc.

[](#suggestions-ideas-etc)

If you have suggestions, ideas or anything else, just write me an email (filisfutsarov\[at\]gmail.com) or create an issue in this repository.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3552d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42e0d72f42eb7d84f67e20d28606da42e5a3248ca908b1eadb4366aafeae2561?d=identicon)[filisko](/maintainers/filisko)

---

Top Contributors

[![filisko](https://avatars.githubusercontent.com/u/8798694?v=4)](https://github.com/filisko "filisko (19 commits)")

---

Tags

debugbarcollectorredbean

### Embed Badge

![Health badge](/badges/filisko-debugbar-redbean/health.svg)

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

###  Alternatives

[snowair/phalcon-debugbar

Integrates PHP Debug Bar with Phalcon.

160123.3k1](/packages/snowair-phalcon-debugbar)[konafets/typo3_debugbar

Utilizes the PHP Debugbar to provide information of the system health to the frontend.

3621.4k](/packages/konafets-typo3-debugbar)[yusukezzz/slim-debugbar

4213.5k](/packages/yusukezzz-slim-debugbar)

PHPackages © 2026

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