PHPackages                             clue/bitbake-react - 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. clue/bitbake-react

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

clue/bitbake-react
==================

Programmatically control your bitbake build shell

262[5 issues](https://github.com/clue/php-bitbake-react/issues)PHP

Since Mar 9Pushed 11y ago3 watchersCompare

[ Source](https://github.com/clue/php-bitbake-react)[ Packagist](https://packagist.org/packages/clue/bitbake-react)[ RSS](/packages/clue-bitbake-react/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

clue/bitbake-react [![Build Status](https://camo.githubusercontent.com/53fc44e11f250322d24caf685e196469ddbde6d0fe98d7359b88e13d3b49f815/68747470733a2f2f7472617669732d63692e6f72672f636c75652f7068702d62697462616b652d72656163742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/clue/php-bitbake-react)
====================================================================================================================================================================================================================================================================================================================

[](#cluebitbake-react-)

Programmatically control your [bitbake](https://github.com/openembedded/bitbake) build shell, built on top of [React PHP](http://reactphp.org/).

> Note: This project is in early alpha stage! Feel free to report any issues you encounter.

Quickstart example
------------------

[](#quickstart-example)

Once [installed](#install), you can use the following code to tell bitbake to build the linux kernel:

```
$loop = React\EventLoop\Factory::create();
$launcher = new Launcher($loop);
$launcher->setBinSsh('my-build-hostname.local', '~/path/to/bitbake');
$shell = $launcher->launchInteractiveShell();

$shell->build('linux')->then(function ($output) {
     echo 'Successfully compiled: ' . $output . PHP_EOL;
});

$shell->end();
$loop->run();
```

See also the [examples](examples).

Install
-------

[](#install)

The recommended way to install this library is [through composer](http://getcomposer.org). [New to composer?](http://getcomposer.org/doc/00-intro.md)

```
{
    "require": {
        "clue/bitbake-react": "dev-master"
    }
}
```

License
-------

[](#license)

MIT

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

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://avatars.githubusercontent.com/u/776829?v=4)[Christian Lück](/maintainers/clue)[@clue](https://github.com/clue)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/clue-bitbake-react/health.svg)

```
[![Health](https://phpackages.com/badges/clue-bitbake-react/health.svg)](https://phpackages.com/packages/clue-bitbake-react)
```

###  Alternatives

[redot/laravel-toastify

A simple package to use toastify.js in laravel applications

109.7k](/packages/redot-laravel-toastify)

PHPackages © 2026

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