PHPackages                             krwu/spiral-repl - 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. krwu/spiral-repl

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

krwu/spiral-repl
================

a REPL or interactive console for spiral framework

v0.1.0(6y ago)03MITPHPCI failing

Since Mar 19Pushed 6y ago1 watchersCompare

[ Source](https://github.com/krwu/spiral-repl)[ Packagist](https://packagist.org/packages/krwu/spiral-repl)[ RSS](/packages/krwu-spiral-repl/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (2)Used By (0)

Spiral Repl
===========

[](#spiral-repl)

Spiral Repl is a REPL for Spiral framework, based on [PsySH](https://github.com/bobthecow/psysh) package.

Installation
------------

[](#installation)

You can install it with composer:

```
composer require krwu/spiral-repl
```

Activate the bootloader `Krwu/Repl/ReplBootloader` in your application, normally it is `/app/src/app.php`:

```
protected const LOAD = [
    // ...
    Krwu\Repl\ReplBootloader::class,
]
```

Useage
------

[](#useage)

Spiral Repl allows you to interact with the spiral application on the command line. To enter the REPL environment, run:

```
php app.php repl
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

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

Unknown

Total

1

Last Release

2246d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/364298?v=4)[Kairee Wu](/maintainers/krwu)[@krwu](https://github.com/krwu)

---

Top Contributors

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

---

Tags

REPLspiral

### Embed Badge

![Health badge](/badges/krwu-spiral-repl/health.svg)

```
[![Health](https://phpackages.com/badges/krwu-spiral-repl/health.svg)](https://phpackages.com/packages/krwu-spiral-repl)
```

###  Alternatives

[psy/psysh

An interactive shell for modern PHP.

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

Powerful REPL for the Laravel framework.

7.4k423.8M1.8k](/packages/laravel-tinker)[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)[pantheon-systems/terminus

A command line interface for Pantheon

3391.5M13](/packages/pantheon-systems-terminus)[ramsey/composer-repl

A REPL for PHP built into Composer.

105111.1k24](/packages/ramsey-composer-repl)[intonate/tinker-zero

Use laravel/tinker on your laravel-zero applications

4860.9k16](/packages/intonate-tinker-zero)

PHPackages © 2026

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