PHPackages                             m-adamski/symfony-deployer-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. m-adamski/symfony-deployer-bundle

ActiveSymfony-bundle[DevOps &amp; Deployment](/categories/devops)

m-adamski/symfony-deployer-bundle
=================================

Bundle for Symfony for easier Deployer configuration

2.0.0(6y ago)0273MITPHPPHP ^7.2CI failing

Since Mar 6Pushed 6y agoCompare

[ Source](https://github.com/m-adamski/symfony-deployer-bundle)[ Packagist](https://packagist.org/packages/m-adamski/symfony-deployer-bundle)[ RSS](/packages/m-adamski-symfony-deployer-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (6)Dependencies (4)Versions (7)Used By (0)

Deployer Bundle for Symfony
===========================

[](#deployer-bundle-for-symfony)

Bundle for Symfony for easier Deployer configuration.

This bundle is compatible with Symfony 4.1 and Symfony 5.0. Symfony 3.4 compatibility abandoned.

Installation
------------

[](#installation)

This bundle can be installed by Composer:

```
$ composer require m-adamski/symfony-deployer-bundle
$ composer require deployer/deployer --dev
```

Deployer Configuration
----------------------

[](#deployer-configuration)

In addition to installing this package, you must also create configuration files that it will use. You can use the prepared script or create configuration files manually.

**Automatically**

Run the command from the root project directory:

```
$ vendor/bin/create-config
```

**Manually**

Create `.deployer` directory in your project's root directory. Then create four files in the newly added directory:

- config.php
- deployer.php
- hosts.php
- tasks.php

Complete the files with default values and then adapt them to your requirements.

`config.php`

```
