2017 © Pedro Peláez
 

symfony-bundle bridge-bundle

Transfer Bridge Symfony 2/3 Bundle

image

transfer/bridge-bundle

Transfer Bridge Symfony 2/3 Bundle

  • Friday, August 19, 2016
  • by valisj
  • Repository
  • 2 Watchers
  • 1 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Transfer Bridge Bundle

Installation

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

$ composer require transfer/bridge-bundle

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

Enable the Bundle

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

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

      // ...
  }
}

License

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

The Versions

19/08 2016

1.0.x-dev

1.0.9999999.9999999-dev

Transfer Bridge Symfony 2/3 Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Valentin Jonovs

bundle transfer bridge

19/08 2016

v1.0.0

1.0.0.0

Transfer Bridge Symfony 2/3 Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Valentin Jonovs

bundle transfer bridge