PHPackages                             performer/vagrant - 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. performer/vagrant

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

performer/vagrant
=================

Vagrant PHPStorm Command Line Tools Console

1.0.0(10y ago)221MITPHPPHP &gt;=5.3.0

Since Oct 30Pushed 10y ago1 watchersCompare

[ Source](https://github.com/performerSpa/PerformerVagrantBundle)[ Packagist](https://packagist.org/packages/performer/vagrant)[ RSS](/packages/performer-vagrant/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

PerformerVagrantBundle
======================

[](#performervagrantbundle)

Symfony bundle -&gt; Contain vagrant commands + Symfony and Doctrine Commands executed directly in "vagrant ssh --command 'bin/console some:command' "

---

### Composer

[](#composer)

Enable the Bundle in AppKernel.php

```
"require": {
        ...
        "performer/vagrant": "dev-master"
    }
```

```
// app/AppKernel.php
// use ...

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new Performer\VagrantBundle\PerformerVagrantBundle(),
        );

        // ...
    }

    // ...
}

```

---

### Use PHPStorm

[](#use-phpstorm)

Settings -&gt; Command Line Tools Console -&gt; + (new command) -&gt; Choose Tool (Tool based on Symfony Console) -&gt; Alias (v) -&gt; Path to script (bin/vagrant)

---

### Configuration example

[](#configuration-example)

You can configure default query parameter names and templates

```
performer_vagrant:
    defaults:
        remote_php_interpreter: /usr/bin/php
        remote_site_dir: /var/www
        remote_symfony_console: /bin/console
    users:
        remote_commands: ['Vendor\Path\Command', ... ]
```

---

### Command example

[](#command-example)

```
vagrant ssh --command '/usr/bin/php /var/www/bin/console cache:clear --env=dev'

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

3853d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/539847002dc5865d6dc1ddc32936a9bb7064aa7c79b1701cb57349a1980fd2fe?d=identicon)[Dimentar](/maintainers/Dimentar)

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

---

Top Contributors

[![Dimentar](https://avatars.githubusercontent.com/u/904593?v=4)](https://github.com/Dimentar "Dimentar (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/performer-vagrant/health.svg)

```
[![Health](https://phpackages.com/badges/performer-vagrant/health.svg)](https://phpackages.com/packages/performer-vagrant)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.1k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)[codedungeon/php-cli-colors

Liven up you PHP Console Apps with standard colors

10210.1M26](/packages/codedungeon-php-cli-colors)

PHPackages © 2026

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