PHPackages                             vitre/php-console-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. vitre/php-console-bundle

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

vitre/php-console-bundle
========================

Provides PHP console implementation

1.0.x-dev(11y ago)1311.9k5MITPHPPHP &gt;=5.4.0

Since Aug 1Pushed 9y ago4 watchersCompare

[ Source](https://github.com/Vitre/php-console-bundle)[ Packagist](https://packagist.org/packages/vitre/php-console-bundle)[ RSS](/packages/vitre-php-console-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

vitre-php-console-bundle
========================

[](#vitre-php-console-bundle)

Symfony PHP console bundle

[![Version](https://camo.githubusercontent.com/9a8010c8c17c0b5d0f395b92131b69724e32b7641d131514831571bf8c5ec75d/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76697472652f7068702d636f6e736f6c652d62756e646c652e737667)](https://packagist.org/packages/vitre/php-console-bundle)[![Downloads](https://camo.githubusercontent.com/3e7508223ec64e1f3c66b359319a65ab793e489b2d8e5fd8d724b5ea6926530a/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f76697472652f7068702d636f6e736f6c652d62756e646c652e737667)](https://packagist.org/packages/vitre/php-console-bundle)[![Licence](https://camo.githubusercontent.com/0865678e3f1a36108d1090a3b86f4fda0f44b2afadff0ae4f58353f6a2d0ee3f/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f76697472652f7068702d636f6e736f6c652d62756e646c652e737667)](https://github.com/Vitre/php-console-bundle/blob/master/LICENSE)

Drivers
-------

[](#drivers)

### php\_console

[](#php_console)

-
-
-

### chrome\_logger

[](#chrome_logger)

-
-
-

Install
-------

[](#install)

### Composer

[](#composer)

```
composer require vitre/php-console-bundle dev-master
```

### Symfony

[](#symfony)

AppKernel.php

```
new Vitre\PhpConsoleBundle\VitrePhpConsoleBundle(),
```

Configuration
-------------

[](#configuration)

```
# app/config/config.yml

vitre_php_console:
    enabled: true
    driver: php_console
    source_base_path: %kernel.root_dir%
    encoding: utf-8

    # not implemented for chrome logger
    ip: [192.168.*.*]
    password: pass
    ssl_only: false
    handle:
        errors: true
        exceptions: true
        forward: true
```

Logging
-------

[](#logging)

```
$this->getContainer()->get('vitre_php_console')->log($var);
```

Temporary file
--------------

[](#temporary-file)

%kernel.root\_dir%/cache/%kernel.environment%/vitre\_php\_console.data

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.7% 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

4306d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d152fd8df88e57cb5220933e1058bf5860cef7825a5bd74066b0be6d2698eb1e?d=identicon)[Vitre](/maintainers/Vitre)

---

Top Contributors

[![Vitre](https://avatars.githubusercontent.com/u/1035429?v=4)](https://github.com/Vitre "Vitre (38 commits)")[![CaioPaiola](https://avatars.githubusercontent.com/u/1007067?v=4)](https://github.com/CaioPaiola "CaioPaiola (3 commits)")

### Embed Badge

![Health badge](/badges/vitre-php-console-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/vitre-php-console-bundle/health.svg)](https://phpackages.com/packages/vitre-php-console-bundle)
```

PHPackages © 2026

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