PHPackages                             sourcebroker/deployer-extended-symfony4 - 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. sourcebroker/deployer-extended-symfony4

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

sourcebroker/deployer-extended-symfony4
=======================================

Deployer.org based deployment for Symfony4 with media and database synchronisation.

2.0.0(5y ago)214.2k↓38.2%MITPHP

Since May 6Pushed 2y ago2 watchersCompare

[ Source](https://github.com/sourcebroker/deployer-extended-symfony4)[ Packagist](https://packagist.org/packages/sourcebroker/deployer-extended-symfony4)[ RSS](/packages/sourcebroker-deployer-extended-symfony4/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (6)Versions (5)Used By (0)

deployer-extended-symfony4
==========================

[](#deployer-extended-symfony4)

> [![https://img.shields.io/badge/license-MIT-blue.svg?style=flat](https://camo.githubusercontent.com/f48f8d6cf609f5b181b9c3218a85175fe8a5809c7ea400347f39697a5d55065d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](https://packagist.org/packages/sourcebroker/deployer-extended-symfony4)

- [What does it do?](#what-does-it-do)
- [Installation](#installation)
- [Synchronizing database](#synchronizing-database)
- [Synchronizing media](#synchronizing-media)

[What does it do?](#id1)
------------------------

[](#what-does-it-do)

This package provides deploy task for deploying Symfony4 with deployer (deployer.org).

This "deploy" task depends on:

- [sourcebroker/deployer-extended](https://github.com/sourcebroker/deployer-extended) package which provides some deployer tasks that can be used for any framework or CMS

Additionally this package depends on two more packages that are not used directly for deploy but are useful to database and media synchronization:

- [sourcebroker/deployer-extended-database](https://github.com/sourcebroker/deployer-extended-database) package which provides some php framework independent tasks to synchronize database
- [sourcebroker/deployer-extended-media](https://github.com/sourcebroker/deployer-extended-media) package which provides some php framework independent tasks to synchronize media

[Installation](#id2)
--------------------

[](#installation)

1. Install with composer:

    ```
    composer require sourcebroker/deployer-extended-symfony4
    ```
2. If you are using deployer as composer package then just put following line in your deploy.php:

    ```
    new \SourceBroker\DeployerExtendedSymfony4\Loader();
    ```
3. If you are using deployer as phar then put following lines in your deploy.php:

    ```
    require_once(__DIR__ . '/vendor/sourcebroker/deployer-loader/autoload.php');
    new \SourceBroker\DeployerExtendedSymfony4\Loader();
    ```
4. Remove task "deploy" from your deploy.php. Otherwise you will overwrite deploy task defined in vendor/SourceBroker/deployer-extended-symfony4/deployer/deploy/task/deploy.php

[Synchronizing database](#id3)
------------------------------

[](#synchronizing-database)

Database synchronization is done with sourcebroker/deployer-extended-database.

The command for synchronizing database from live media to local instance is:

```
dep db:pull [instance]
```

[Synchronizing media](#id4)
---------------------------

[](#synchronizing-media)

Media synchronization is done with sourcebroker/deployer-extended-media.

The command for synchronizing local media folders with live media folders is:

```
dep media:pull [instance]
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Every ~169 days

Total

4

Last Release

2098d ago

Major Versions

1.0.2 → 2.0.02020-09-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/6066d053dfdc12f5a676444f6a40b5b7d0b5a112e0ab746c8b04f4a7201b0624?d=identicon)[sourcebroker](/maintainers/sourcebroker)

---

Top Contributors

[![kszymukowicz](https://avatars.githubusercontent.com/u/1453553?v=4)](https://github.com/kszymukowicz "kszymukowicz (26 commits)")

---

Tags

sb-des4symfonydeployersymfony4

### Embed Badge

![Health badge](/badges/sourcebroker-deployer-extended-symfony4/health.svg)

```
[![Health](https://phpackages.com/badges/sourcebroker-deployer-extended-symfony4/health.svg)](https://phpackages.com/packages/sourcebroker-deployer-extended-symfony4)
```

###  Alternatives

[jalogut/magento2-deployer-plus

Magento 2 deployment tool based on deployer.org

201439.0k](/packages/jalogut-magento2-deployer-plus)[sourcebroker/deployer-extended-wordpress-composer

Composer based WordPress deployment with deployer.org.

155.5k](/packages/sourcebroker-deployer-extended-wordpress-composer)[sulu/skeleton

Project template for starting your new project based on the Sulu content management system

29734.8k](/packages/sulu-skeleton)[sourcebroker/deployer-extended-wordpress

Deployment for WordPress with deployer.org.

232.8k](/packages/sourcebroker-deployer-extended-wordpress)[sourcebroker/deployer-extended-typo3

Customisation for `sourcebroker/deployer-typo3-\*` stack

39209.4k2](/packages/sourcebroker-deployer-extended-typo3)[shopware/deployment-helper

Shopware deployment tools

19365.5k5](/packages/shopware-deployment-helper)

PHPackages © 2026

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