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(6y ago)0111MITPHPPHP &gt;=5.3.2

Since Sep 4Pushed 6y 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 2d 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 54% 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

2551d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/009ca46455e3ea5cfd4f8bd61d580c7f4020b529af3a57a4335b0ce774df5a2f?d=identicon)[acrnogor](/maintainers/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

[spatie/db-dumper

Dump databases

1.2k25.9M69](/packages/spatie-db-dumper)[rah/danpu

Zero-dependency MySQL dump library for easily exporting and importing databases

64401.8k10](/packages/rah-danpu)[bartlett/php-compatinfo-db

Reference Database of all functions, constants, classes, interfaces on PHP standard distribution and about 110 extensions

1183.0k1](/packages/bartlett-php-compatinfo-db)[dragon-code/migrate-db

Easy data transfer from one database to another

15717.4k](/packages/dragon-code-migrate-db)[stefangabos/zebra_database

An advanced, compact and lightweight MySQL database wrapper library, built around PHP's MySQLi extension.

11812.0k](/packages/stefangabos-zebra-database)[hzhihua/yii2-dump

Generate the schema from an existing database

1828.5k1](/packages/hzhihua-yii2-dump)

PHPackages © 2026

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