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(5y ago)045.8k1PHPPHP &gt;=5.3.2

Since Apr 2Pushed 5y ago6 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 today

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

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community16

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

1830d 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://avatars.githubusercontent.com/u/29794?v=4)[Paul Leitmanis](/maintainers/sinamt)[@sinamt](https://github.com/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

[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11249.0k1](/packages/ecotone-symfony-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[symfony/ux-toolkit

A tool to easily create a design system in your Symfony app with customizable, well-crafted Twig components

16126.1k1](/packages/symfony-ux-toolkit)

PHPackages © 2026

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