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

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

ecommit/deploy-rsync-bundle
===========================

Deploy Symfony project with Rsync

v2.2.0(3mo ago)13.6k↓50%1MITPHPPHP ^8.1CI failing

Since Feb 2Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/e-commit/deploy-rsync-bundle)[ Packagist](https://packagist.org/packages/ecommit/deploy-rsync-bundle)[ RSS](/packages/ecommit-deploy-rsync-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (13)Versions (8)Used By (0)

EcommitDeployRsyncBundle
========================

[](#ecommitdeployrsyncbundle)

The EcommitDeployRsyncBundle bundle (for Symfony) deploys your Symfony project with RSYNC.

[![Tests](https://github.com/e-commit/deploy-rsync-bundle/workflows/Tests/badge.svg)](https://github.com/e-commit/deploy-rsync-bundle/workflows/Tests/badge.svg)

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

[](#installation)

Install the bundle with Composer : In your project directory, execute the following command :

```
$ composer require ecommit/deploy-rsync-bundle
```

Enable the bundle in the `config/bundles.php` file for your project :

```
return [
    //...
    Ecommit\DeployRsyncBundle\EcommitDeployRsyncBundle::class => ['all' => true],
    //...
];
```

In your project, add the configuration file `config/packages/ecommit_deploy_rsync.yaml` :

```
ecommit_deploy_rsync:
    #Environments configuration
    environments:
        my_server1: #Environment name
            #Target - Required
            #The target can be either an SSH target or a local target
            #SSH target format: ssh://@: or ssh://@::
            #Local target format: file://
            target: ssh://myuser@myserver.com:/home/remote_dir
            #rsync_options: [] #Rsync command options - Not required - Default values: [] - If not defined, the global rsync_options is used
            #ignore_file: #Rsync ignore file - Not required - Default value: null - If not defined, the global ignore_file option is used

        #You can define others environments :
        #my_server2:
            #target: ssh://myuser@myserver2.com:/home/remote_dir

    #Rsync global configuration
    #rsync:
        #rsync_path: rsync #Rsync bin path - Not required - Default value: "rsync"
        #rsync_options #Rsync command options (global) - Default values:
            # - '-azC'
            # - '--force'
            # - '--delete'
            # - '--progress'
        #ignore_file: #Rsync ignore file - Not required - Default value: null
```

Usage
-----

[](#usage)

```
#Perform a trial run with no changes made
php bin/console ecommit:deploy-rsync my_server1
#Execute the changes
php bin/console ecommit:deploy-rsync my_server1 --go
```

License
-------

[](#license)

This bundle is available under the MIT license. See the complete license in the *LICENSE* file.

###  Health Score

48

—

FairBetter than 95% of packages

Maintenance82

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

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 ~306 days

Recently: every ~325 days

Total

7

Last Release

91d ago

Major Versions

v0.2.0 → v1.0.02022-07-26

v1.1.0 → v2.0.02024-04-28

PHP version history (4 changes)v0.1.0PHP ^7.2|^8.0

v1.1.0PHP ^7.4|^8.0

v2.0.0PHP ^8.0

v2.1.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/73191162d97fffaa1a23d23326a7a77fbaa94ce41e49cf4ee6cbf0b9c9800c80?d=identicon)[e-commit](/maintainers/e-commit)

---

Top Contributors

[![hlecorche](https://avatars.githubusercontent.com/u/188749?v=4)](https://github.com/hlecorche "hlecorche (55 commits)")

---

Tags

deployrsyncsshsymfonysymfony-bundlesymfonysshdeploySymfony Bundlersync

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ecommit-deploy-rsync-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ecommit-deploy-rsync-bundle/health.svg)](https://phpackages.com/packages/ecommit-deploy-rsync-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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