PHPackages                             eclogue/bulrush - 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. eclogue/bulrush

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

eclogue/bulrush
===============

1101PHP

Since Jan 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/eclogue/bulrush)[ Packagist](https://packagist.org/packages/eclogue/bulrush)[ RSS](/packages/eclogue-bulrush/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Bulrush
=======

[](#bulrush)

In the meanwhile I smile and I sing all alone. In the meanwhile the air is filling with the perfume of promise.

### overview

[](#overview)

```
php coroutine control flow. High performance yield handlers.

```

### Install

[](#install)

```
`composer require eclogue/bulrush`

```

### Usage

[](#usage)

```
use Bulrush\Scheduler;

function gen () {
    $url = 'https://github.com/eclogue/bulrush';
    $response = yield file_get_contents($url);

    return $response;
}

$scheduler = new Scheduler();
$scheduler->add(gen());
$scheduler->run();

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

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/fad5eb3d4b48a7803382e563011458d6398295bd98bab80922830e1c74aa83e8?d=identicon)[superbogy](/maintainers/superbogy)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/eclogue-bulrush/health.svg)

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

###  Alternatives

[vuestorefront/magento2-vue-cart-sync

Synchronize Magento cart between Vue Storefront

1958.5k](/packages/vuestorefront-magento2-vue-cart-sync)[inspiredminds/contao-glightbox

Contao extension to integrate GLightbox.

1223.3k1](/packages/inspiredminds-contao-glightbox)

PHPackages © 2026

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