PHPackages                             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. [Framework](/categories/framework)
4. /
5. transfer/bundle

ActiveSymfony-bundle[Framework](/categories/framework)

transfer/bundle
===============

Transfer Symfony 2 Bundle

v1.0.3(10y ago)51.6k1MITPHPPHP &gt;=5.3.2CI failing

Since Oct 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/transfer-framework/bundle)[ Packagist](https://packagist.org/packages/transfer/bundle)[ RSS](/packages/transfer-bundle/feed)WikiDiscussions 1.0 Synced today

READMEChangelog (2)Dependencies (6)Versions (5)Used By (0)

Transfer Bundle
===============

[](#transfer-bundle)

[![Build Status](https://camo.githubusercontent.com/dbdd6d855995074e88dc5f203238a144cb4386b0f1cad6e468243c12ec8629d0/68747470733a2f2f7472617669732d63692e6f72672f7472616e736665722d6672616d65776f726b2f62756e646c652e7376673f6272616e63683d312e30)](https://travis-ci.org/transfer-framework/bundle)[![Code Coverage](https://camo.githubusercontent.com/e0e966040e546773b2f0a9c59c92d4f85008724a3fb11e98553a34df43e30e33/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7472616e736665722d6672616d65776f726b2f62756e646c652f6261646765732f636f7665726167652e706e673f623d312e30)](https://scrutinizer-ci.com/g/transfer-framework/bundle/?branch=1.0)

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

[](#installation)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require transfer/bundle

```

This requires [Composer](https://getcomposer.org/download/) to be installed globally in your system.

Enable the Bundle
-----------------

[](#enable-the-bundle)

Then, enable the bundle by adding the following line in the app/AppKernel.php file of your project:

```
// app/AppKernel.php
class AppKernel extends Kernel
{
  public function registerBundles()
  {
      $bundles = array(
          // ...
          new Transfer\Bundle\TransferBundle(),
      );

      // ...
  }
}
```

Registering manifests
---------------------

[](#registering-manifests)

To register a manifest, create a new service tagged with the manifest tag:

```
manifest.test:
    class: Acme\Manifest\TestManifest
    tags:
        - { name: transfer.manifest }

```

Listing registered manifests
----------------------------

[](#listing-registered-manifests)

To list the registered manifests, run the following command:

```
php app/console transfer:manifest:list

```

Running manifests
-----------------

[](#running-manifests)

To run a manifest, run the `transfer:manifest:run` command and pass the manifest name as the first argument:

```
php app/console transfer:manifest:run test_manifest

```

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

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

Total

5

Last Release

3663d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5302e63bb181c2defa694562baf3a74cbac004172e922f94c7ff88659c3b7e43?d=identicon)[valisj](/maintainers/valisj)

---

Top Contributors

[![web-flow](https://avatars.githubusercontent.com/u/19864447?v=4)](https://github.com/web-flow "web-flow (21 commits)")

---

Tags

bundletransfer

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)

PHPackages © 2026

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