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)12.4k↑933.3%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 2d 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

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community13

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

1579d 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.8k582.3M821](/packages/psy-psysh)[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[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.4k60.6M803](/packages/drush-drush)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)

PHPackages © 2026

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