PHPackages                             floriansemm/boris-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. floriansemm/boris-bundle

ActiveSymfony-bundle[CLI &amp; Console](/categories/cli)

floriansemm/boris-bundle
========================

This Bundle provide REPL shell in application context for symfony console

1.0(12y ago)221MITPHPPHP &gt;=5.3.2

Since Oct 7Pushed 10y ago2 watchersCompare

[ Source](https://github.com/floriansemm/boris-bundle)[ Packagist](https://packagist.org/packages/floriansemm/boris-bundle)[ RSS](/packages/floriansemm-boris-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (2)Versions (2)Used By (0)

Symfony [Boris](https://github.com/d11wtq/boris) bundle
=======================================================

[](#symfony-boris-bundle)

Do you ever want to call one of your application services to try something out? Then this bundle could be something for you. With this bundle you can call Symfony services directly in your console.

Overview
--------

[](#overview)

Provide REPL shell in application context with Symfony console

Instalation
-----------

[](#instalation)

```
"require-dev": {
    "floriansemm/boris-bundle": "1.*"
},

```

Usage
-----

[](#usage)

Initialize the interactive shell prompt

```
php app/console repl

```

Your console should now look like this

```
[1] Symfony-2.6.3 - app/dev/debug>

```

Now let's call doctrine and select a entity:

```
[1] Symfony-2.6.3 - app/dev/debug> $postRepository = $container->get('doctrine')->getRepository('AcmeDemoBundle:Post');
[2] Symfony-2.6.3 - app/dev/debug> $postRepository->find('1');
// object(Acme\DemoBundle\Entity\Post)(
//
// )

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

4598d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/76fa61ad37e54ccea2f790bedc89aa1803605fcde299fe79629aa0d0b569bae1?d=identicon)[floriansemm](/maintainers/floriansemm)

---

Top Contributors

[![zayass](https://avatars.githubusercontent.com/u/1008679?v=4)](https://github.com/zayass "zayass (6 commits)")[![floriansemm](https://avatars.githubusercontent.com/u/1059500?v=4)](https://github.com/floriansemm "floriansemm (4 commits)")[![anton-pogonets](https://avatars.githubusercontent.com/u/11465327?v=4)](https://github.com/anton-pogonets "anton-pogonets (2 commits)")[![bradleytrager](https://avatars.githubusercontent.com/u/2099718?v=4)](https://github.com/bradleytrager "bradleytrager (1 commits)")[![Briareos](https://avatars.githubusercontent.com/u/292950?v=4)](https://github.com/Briareos "Briareos (1 commits)")

### Embed Badge

![Health badge](/badges/floriansemm-boris-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/floriansemm-boris-bundle/health.svg)](https://phpackages.com/packages/floriansemm-boris-bundle)
```

PHPackages © 2026

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