PHPackages                             99designs/repl-bundle - 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. 99designs/repl-bundle

Abandoned → [theofidry/psysh-bundle](/?search=theofidry%2Fpsysh-bundle)ArchivedLibrary[CLI &amp; Console](/categories/cli)

99designs/repl-bundle
=====================

Add a Boris repl command to the Symfony console

2.0.2(4y ago)145.8k1PHPPHP &gt;=5.3.2

Since Apr 2Pushed 4y ago63 watchersCompare

[ Source](https://github.com/99designs/repl-bundle)[ Packagist](https://packagist.org/packages/99designs/repl-bundle)[ RSS](/packages/99designs-repl-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (5)Versions (7)Used By (0)

REPL bundle
===========

[](#repl-bundle)

---

**Important**: This bundle is no longer under active development. Consider using [PsyshBundle](https://github.com/theofidry/PsyshBundle) as an alternative.

---

Provides a `repl` command for the Symfony console, powered by [Boris](https://github.com/d11wtq/boris).

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

[](#installation)

Add as a development dependency to [composer.json](http://getcomposer.org/):

```
composer require --dev 99designs/repl-bundle
```

Register the bundle in `app/AppKernel.php`:

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // all your run-time bundles
        );

        if ($this->getEnvironment() == 'dev') {
            $bundles[] = new NinetyNine\Bundle\ReplBundle();
        }

        return $bundles;
    }
}
```

Usage
-----

[](#usage)

Run via the Symfony console:

```
app/console repl
```

The following variables are imported into the global namespace:

- `$kernel`: Application kernel
- `$container`: The DI container

Issues
------

[](#issues)

Boris depends on [PHP's process control extension](http://www.php.net/manual/en/book.pcntl.php). Even if this is installed, you may see errors like this:

```
PHP Warning:  pcntl_fork() has been disabled for security reasons in /my-project/vendor/d11wtq/boris/lib/Boris/Boris.php on line 148
PHP Notice:  fwrite(): send of 1 bytes failed with errno=32 Broken pipe in /my-project/vendor/d11wtq/boris/lib/Boris/EvalWorker.php on line 205

```

If you see these errors, you'll need to edit your PHP CLI configuration (typically found at `/etc/php5/cli/php.ini`) to allow invocation of the named functions.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~661 days

Total

5

Last Release

1785d ago

Major Versions

1.1 → 2.0.02021-02-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/61d94165c13417941a32d14d4468f27868c7643e96495090cfd33009055ea48c?d=identicon)[mtibben](/maintainers/mtibben)

![](https://avatars.githubusercontent.com/u/1178572?v=4)[Giacomo Gatelli](/maintainers/arthens)[@arthens](https://github.com/arthens)

![](https://www.gravatar.com/avatar/077206ec25224ef22d3151c8d6803444c5a0dfb5c9977d8e28d1da3c51ae0534?d=identicon)[sinamt](/maintainers/sinamt)

---

Top Contributors

[![harto](https://avatars.githubusercontent.com/u/103448?v=4)](https://github.com/harto "harto (4 commits)")[![navitronic](https://avatars.githubusercontent.com/u/180519?v=4)](https://github.com/navitronic "navitronic (4 commits)")[![sinamt](https://avatars.githubusercontent.com/u/29794?v=4)](https://github.com/sinamt "sinamt (2 commits)")

---

Tags

boriscomposerpcntlrepl-bundlesymfony-console

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/99designs-repl-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/99designs-repl-bundle/health.svg)](https://phpackages.com/packages/99designs-repl-bundle)
```

###  Alternatives

[matthiasnoback/symfony-console-form

Use Symfony forms for Console command input

368264.8k8](/packages/matthiasnoback-symfony-console-form)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1441.3k](/packages/shel-neos-terminal)

PHPackages © 2026

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