PHPackages                             davidcole1340/reactsh - 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. [CLI &amp; Console](/categories/cli)
4. /
5. davidcole1340/reactsh

ActiveLibrary[CLI &amp; Console](/categories/cli)

davidcole1340/reactsh
=====================

ReactPHP REPL

v0.0.3(4y ago)11.9k↓50%2MITPHP

Since Nov 20Pushed 4y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (3)Versions (4)Used By (2)

ReactSh
=======

[](#reactsh)

ReactPHP event loop REPL. Inspired by PsySH but doesn't block any event loop.

Usage
-----

[](#usage)

```
$shell = new Shell();

$shell->run(get_defined_vars());
```

or

```
$loop = ...;
$yourOtherProcess = new OtherProcess($loop);
$shell = new Shell($loop);

$yourOtherProcess->on('ready', function () use ($shell) {
    $shell->setContext(get_defined_vars());
});

$loop->run();
```

License
-------

[](#license)

MIT License. See [LICENSE](LICENSE).

Credits
-------

[](#credits)

- [David Cole](mailto:david.cole1340@gmail.com)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Every ~236 days

Total

3

Last Release

1533d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/davidcole1340-reactsh/health.svg)

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

###  Alternatives

[psy/psysh

An interactive shell for modern PHP.

9.8k545.6M719](/packages/psy-psysh)[drush/drush

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k57.4M685](/packages/drush-drush)[humbug/php-scoper

Prefixes all PHP namespaces in a file or directory.

7963.0M35](/packages/humbug-php-scoper)[humbug/box

Fast, zero config application bundler with PHARs.

1.3k801.5k69](/packages/humbug-box)[mahocommerce/maho

Free and open source ecommerce platform, created in 2024 on the M1 platform, PHP 8.3+

1322.1k12](/packages/mahocommerce-maho)[spatie/mixed-content-scanner-cli

A tool to scan sites for mixed content

922.5k](/packages/spatie-mixed-content-scanner-cli)

PHPackages © 2026

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