PHPackages                             sokil/deploy-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. sokil/deploy-bundle

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

sokil/deploy-bundle
===================

Symfony application deploy bundle

0.8.0(9y ago)3961[24 issues](https://github.com/sokil/DeployBundle/issues)MITPHPPHP ^5.5 || ^7.0

Since Aug 15Pushed 8y ago2 watchersCompare

[ Source](https://github.com/sokil/DeployBundle)[ Packagist](https://packagist.org/packages/sokil/deploy-bundle)[ RSS](/packages/sokil-deploy-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (7)Versions (16)Used By (0)

DeployBundle
============

[](#deploybundle)

Task runner for Symfony project

[![Latest Stable Version](https://camo.githubusercontent.com/d4f3b32a31108b296e8577bb50e88478e6a40b4914af64de04e6bcbe7be44abe/68747470733a2f2f706f7365722e707567782e6f72672f736f6b696c2f6465706c6f792d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/sokil/deploy-bundle)[![Total Downloads](https://camo.githubusercontent.com/bd524a3181a4145241ba192a8de18ffa54535f392fe4ef8bee1fda6855db8bc3/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736f6b696c2f6465706c6f792d62756e646c652e737667)](https://packagist.org/packages/sokil/deploy-bundle)[![Build Status](https://camo.githubusercontent.com/449b002dfe9a91108acab64ce2f5467db18a36dc126ab2017ef3bc05b779ac78/68747470733a2f2f7472617669732d63692e6f72672f736f6b696c2f4465706c6f7942756e646c652e706e673f6272616e63683d6d61737465722631)](https://travis-ci.org/sokil/DeployBundle)[![Coverage Status](https://camo.githubusercontent.com/b26e7002a08b79909f86511f9d79ec1f9fb7bc5ab1b1547d9dcc68a2d7d2d449/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f736f6b696c2f4465706c6f7942756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/sokil/DeployBundle?branch=master)

- [Installation](#installation)
- [Configuration](#configuration)
- [Tasks](#tasks)
    - [Git](#git)
        - [Configuring git task](#configuring-git-task)
        - [Private repositories](#private-repositories)
    - [Npm](#npm)
    - [Webpack](#webpack)
    - [Bower](#bower)
    - [Grunt](#grunt)
    - [Migrations](#migrations)
    - [Install Assets](#install-assets)
    - [Dump Assetic](#dump-assetic)
    - [Composer](#composer)
    - [Clear cache](#clear-cache)
    - [Sync](#sync)
    - [Writting own tasks](#writting-own-tasks)

Installation
============

[](#installation)

Add Composer dependency:

```
composer.phar require sokil/deploy-bundle

```

Add bundle to your `AppKernel`:

```
