PHPackages                             kuborgh/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. kuborgh/data-transfer-bundle

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

kuborgh/data-transfer-bundle
============================

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

v1.0.3(10y ago)35162[1 issues](https://github.com/kuborgh/data-transfer-bundle/issues)MITPHPPHP &gt;=5.3.2

Since Sep 4Pushed 9y ago13 watchersCompare

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

READMEChangelog (4)Dependencies (3)Versions (6)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 kuborgh/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 Kuborgh\DataTransferBundle\DataTransferBundle();

```

### 4. Configuration

[](#4-configuration)

- Adapt configuration (parameters.yml + parameters.yml.dist) to your project's needs (Server, Path, siteaccess, ...)

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

29

—

LowBetter than 57% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity62

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

Total

4

Last Release

3858d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4929980?v=4)[Hannes Giesenow](/maintainers/hgiesenow)[@hgiesenow](https://github.com/hgiesenow)

---

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/kuborgh-data-transfer-bundle/health.svg)

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[laravel/framework

The Laravel Framework.

34.8k543.8M19.8k](/packages/laravel-framework)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M294](/packages/laravel-horizon)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[drupal/core

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

21866.0M1.7k](/packages/drupal-core)[rector/rector-src

Instant Upgrade and Automated Refactoring of any PHP code

136406.3k14](/packages/rector-rector-src)

PHPackages © 2026

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