PHPackages                             acrnogor/data-transfer-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. [Database &amp; ORM](/categories/database)
4. /
5. acrnogor/data-transfer-bundle

ActiveLibrary[Database &amp; ORM](/categories/database)

acrnogor/data-transfer-bundle
=============================

Console Commands to easily transfer live data (database + files) to another environment

v1.0.7(7y ago)0111MITPHPPHP &gt;=5.3.2

Since Sep 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/acrnogor/data-transfer-bundle)[ Packagist](https://packagist.org/packages/acrnogor/data-transfer-bundle)[ Docs](https://github.com/acrnogor/data-transfer-bundle)[ RSS](/packages/acrnogor-data-transfer-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (3)Versions (10)Used By (0)

data-transfer-bundle
====================

[](#data-transfer-bundle)

This is a bundle to provide easy transfer of server data (database + files) to the client. It can be used in plain symfony projects or for ezpublish &gt;= 5.x

INSTALLATION
------------

[](#installation)

### 1. Composer

[](#1-composer)

Install the dependency via composer.

```
composer require acrnogor/data-transfer-bundle

```

### 2. Configuration

[](#2-configuration)

Import configuration into main config (app/config/config.yml). Add the following line

```
imports:
    - {resource: @DataTransferBundle/Resources/config/parameters.yml}

```

into your config.yml

### 3. Register Bundle

[](#3-register-bundle)

Add the bundle in app/AppKernel.php

```
$bundles[] = new Acrnogor\DataTransferBundle\DataTransferBundle();

```

### 4. Configuration

[](#4-configuration)

- Adapt configuration (parameters.yml + parameters.yml.dist) to your project's needs (Server, Path, siteaccess, ...)
- make sure you or your docker-container have properly setup ssh key and that is on 'authorized\_keys' on the server

Configuration
-------------

[](#configuration)

See Resources/config/parameters.yml for details

Usage
-----

[](#usage)

To transfer database+files from the remote server to your develop environment simply call.

```
php app/console data-transfer:fetch

```

NOTE: The bundle must be already deployed on the remote side in order to work.

To limit the transfer to database or files only, use

```
php app/console data-transfer:fetch --db-only

```

or

```
php app/console data-transfer:fetch --files-only

```

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 89.2% 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 ~286 days

Recently: every ~321 days

Total

7

Last Release

2643d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12210714?v=4)[Ante Crnogorac](/maintainers/acrnogor)[@acrnogor](https://github.com/acrnogor)

---

Top Contributors

[![hgiesenow](https://avatars.githubusercontent.com/u/4929980?v=4)](https://github.com/hgiesenow "hgiesenow (33 commits)")[![kuborgh-mspindelhirn](https://avatars.githubusercontent.com/u/5138512?v=4)](https://github.com/kuborgh-mspindelhirn "kuborgh-mspindelhirn (4 commits)")

---

Tags

databaselibraryfilescommandtransfer

### Embed Badge

![Health badge](/badges/acrnogor-data-transfer-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/acrnogor-data-transfer-bundle/health.svg)](https://phpackages.com/packages/acrnogor-data-transfer-bundle)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[laravel/framework

The Laravel Framework.

34.9k556.2M21.3k](/packages/laravel-framework)[kimai/kimai

Kimai - Time Tracking

4.8k9.4k1](/packages/kimai-kimai)[rector/rector-src

Instant Upgrade and Automated Refactoring of any PHP code

136411.0k14](/packages/rector-rector-src)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19467.3M1.9k](/packages/drupal-core)[illuminate/console

The Illuminate Console package.

13046.6M7.3k](/packages/illuminate-console)

PHPackages © 2026

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