PHPackages                             jihel/deployment-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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. jihel/deployment-bundle

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

jihel/deployment-bundle
=======================

Deployment plugin for symfony2

0208PHP

Since Feb 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Jihell/deployment-bundle)[ Packagist](https://packagist.org/packages/jihel/deployment-bundle)[ RSS](/packages/jihel-deployment-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

DeploymentBundle
================

[](#deploymentbundle)

Simple bundle to run multiple commands at once for deployment

1- Install
----------

[](#1--install)

Add plugin to your composer.json require:

```
{
    "require": {
        "jihel/deployment-bundle": "dev-master",
    }
}

```

or

```
php composer.phar require jihel/deployment-bundle

```

Add bundle to AppKernel.php

```
public function registerBundles()
{
    $bundles = array(
        ...
        new Jihel\Plugin\DeploymentBundle\JihelPluginDeploymentBundle(),
    );
}

```

2- Configure your config.yml
----------------------------

[](#2--configure-your-configyml)

Add commands to your config.yml in the exact order you want them to be executed:

```
jihel_plugin_deployment:
    commands:
        - "php app/console cache:clear --env=prod"
        - "php app/console assets:install web/"
        - "php app/console assetic:dump --force --env=prod"
        - "php app/console fos:js-routing:dump"

```

3- Usage
--------

[](#3--usage)

Simply run the command:

```
php app/console jihel:plugin:deploy

```

4- Thanks
---------

[](#4--thanks)

Thanks to me for giving my free time doing class for lazy developers. You can access read CV [here](http://www.joseph-lemoine.fr)

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1798787?v=4)[Jihel](/maintainers/Jihel)[@jihel](https://github.com/jihel)

---

Top Contributors

[![Jihell](https://avatars.githubusercontent.com/u/3269035?v=4)](https://github.com/Jihell "Jihell (5 commits)")

### Embed Badge

![Health badge](/badges/jihel-deployment-bundle/health.svg)

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

###  Alternatives

[in2code/in2publish_core

Content publishing extension to connect stage and production server

40143.4k](/packages/in2code-in2publish-core)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4778.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

106.6k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

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