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.1(4w ago)13.6k↓25%1MITPHPPHP ^8.1CI passing

Since Feb 2Pushed 4w 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 2d ago

READMEChangelogDependencies (26)Versions (9)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

51

—

FairBetter than 95% of packages

Maintenance94

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

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

Recently: every ~223 days

Total

8

Last Release

29d 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 (61 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

[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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