2017 © Pedro Peláez
 

symfony-bundle bundle

Transfer Symfony 2 Bundle

image

transfer/bundle

Transfer Symfony 2 Bundle

  • Wednesday, June 22, 2016
  • by valisj
  • Repository
  • 2 Watchers
  • 4 Stars
  • 1,106 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 27 % Grown

The README.md

Transfer Bundle

Build Status Code Coverage, (*1)

Installation

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

$ composer require transfer/bundle

This requires Composer to be installed globally in your system., (*3)

Enable the Bundle

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

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

      // ...
  }
}

Registering manifests

To register a manifest, create a new service tagged with the manifest tag:, (*5)

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

Listing registered manifests

To list the registered manifests, run the following command:, (*6)

php app/console transfer:manifest:list

Running manifests

To run a manifest, run the transfer:manifest:run command and pass the manifest name as the first argument:, (*7)

php app/console transfer:manifest:run test_manifest

License

This bundle is under the MIT license. See the complete license in the bundle., (*8)

The Versions

22/06 2016

1.0.x-dev

1.0.9999999.9999999-dev

Transfer Symfony 2 Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Valentin Jonovs

bundle transfer

24/04 2016

v1.0.3

1.0.3.0

Transfer Symfony 2 Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Valentin Jonovs

bundle transfer

02/12 2015

v1.0.2

1.0.2.0

Transfer Symfony 2 Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Valentin Jonovs

bundle transfer

14/10 2015

v1.0.1

1.0.1.0

Transfer Symfony 2 Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Valentin Jonovs

bundle transfer

13/10 2015

v1.0.0

1.0.0.0

Transfer Symfony 2 Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Valentin Jonovs

bundle transfer