PHPackages                             sensorario/biberon - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sensorario/biberon

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sensorario/biberon
==================

v1.0.7(7y ago)013PHP

Since Sep 30Pushed 7y agoCompare

[ Source](https://github.com/sensorario/biberon)[ Packagist](https://packagist.org/packages/sensorario/biberon)[ RSS](/packages/sensorario-biberon/feed)WikiDiscussions master Synced 2d ago

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

Biberon
=======

[](#biberon)

[![Build Status](https://camo.githubusercontent.com/1957fcbece0171706b7111739a0e400605634a6b5f68883cbd3ec8622ed6a37b/68747470733a2f2f7472617669732d63692e6f72672f73656e736f726172696f2f62696265726f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sensorario/biberon)

Example
-------

[](#example)

[![biberon2.png](biberon2.png)](biberon2.png)

```
use Sensorario\Biberon\Biberon;
use Sensorario\Biberon\Detector;
use Sensorario\Biberon\Stat;

$show = new Sensorario\Biberon\Show(
    new Sensorario\Biberon\Detector(),
    (new Sensorario\Biberon\Stat())->init([
        'count' => 100,
        'columnsize' => 33,
    ])
);

while ($show->mustGoOn()) {
    $show->next(function() {
        return rand(11111, 99999);
    });
}
```

Change dot with letter and color output
---------------------------------------

[](#change-dot-with-letter-and-color-output)

[![biberon_microtime.png](biberon_microtime.png)](biberon_microtime.png)

```
use Sensorario\Biberon\Detector;

$detector = new Detector();
$detector->setColors([
    'B' => Detector::COLOR_GREEN,
    'p' => Detector::COLOR_RED,
    'L' => Detector::COLOR_VIOLET,
]);
$detector->addRules([
    'L' => function ($input) { return $input < 10000; },
    'B' => function ($input) { return $input > 70000; },
    'p' => function ($input) { return $input % 2 == 0; },
    'd' => function ($input) { return $input % 2 == 1; },
]);

$data = [];
for ($i = 0; $i < 666; $i++) {
    $data[] = rand(1, 99999);
}

$show = new Sensorario\Biberon\Show(
    $detector,
    (new Sensorario\Biberon\Stat())->init([
        'count' => count($data),
        'column' => 0,
        'print' => 0,
        'columnsize' => 48,
    ])
);

while ($show->mustGoOn()) {
    $show->next(function() {
        return rand(11111, 99999);
    });
}
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity67

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

Every ~0 days

Total

8

Last Release

2830d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6deb026c846017d92a6feb598acbbf7ad4ac8852bdd39448647dee004402182f?d=identicon)[sensorario](/maintainers/sensorario)

---

Top Contributors

[![sensorario](https://avatars.githubusercontent.com/u/820248?v=4)](https://github.com/sensorario "sensorario (27 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sensorario-biberon/health.svg)

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

###  Alternatives

[fruitstudios/searchit

Configure powerful custom filters for an enhanced search experience in the Craft CMS control panel.

2840.7k](/packages/fruitstudios-searchit)[frosh/platform-html-minify

This plugin delivers minified HTML and minified inline JavaScript to visitors.

1176.7k](/packages/frosh-platform-html-minify)[gmazzap/url-to-query

Allow resolving any kind of WordPress url to related main query arguments.

313.0k1](/packages/gmazzap-url-to-query)[okeuday/erlang_php

Erlang External Term Format for PHP

101.4k](/packages/okeuday-erlang-php)

PHPackages © 2026

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