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 4w 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 47% 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

4649d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1059500?v=4)[Florian Semm](/maintainers/floriansemm)[@floriansemm](https://github.com/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)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[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.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

65474.5k9](/packages/web-auth-webauthn-symfony-bundle)[ecotone/symfony-bundle

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

11241.1k1](/packages/ecotone-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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