2017 © Pedro Peláez
 

library currency-manager-bundle

Symfony bundle to bridge luxifer/currency-manager

image

luxifer/currency-manager-bundle

Symfony bundle to bridge luxifer/currency-manager

  • Tuesday, October 25, 2016
  • by luxifer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8,422 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 1 % Grown

The README.md

Luxifer/CurrencyManagerBundle

Symfony bundle to bridge luxifer/currency-manager, (*1)

Install

composer require luxifer/currency-manager-bundle

Add LuxiferCurrencyManagerBundle to app/AppKernel.php:, (*2)

<?php

use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\Config\Loader\LoaderInterface;

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            new Luxifer\CurrencyManagerBundle\LuxiferCurrencyManagerBundle(),
        );
    }
}

Usage

<?php

$currencyManager = $this->get('currency_manager');

Doc

See https://github.com/luxifer/currency-manager, (*3)

The Versions

25/10 2016

dev-master

9999999-dev

Symfony bundle to bridge luxifer/currency-manager

  Sources   Download

MIT

The Requires

 

25/10 2016

0.3.1

0.3.1.0

Symfony bundle to bridge luxifer/currency-manager

  Sources   Download

MIT

The Requires

 

22/10 2015

0.3.0

0.3.0.0

Symfony bundle to bridge luxifer/currency-manager

  Sources   Download

MIT

The Requires

 

16/12 2014

0.2.0

0.2.0.0

Symfony bundle to bridge luxifer/currency-manager

  Sources   Download

MIT

The Requires

 

16/12 2014

0.1.1

0.1.1.0

Symfony bundle to bridge luxifer/currency-manager

  Sources   Download

MIT

The Requires

 

16/12 2014

0.1.0

0.1.0.0

Symfony bundle to bridge luxifer/currency-manager

  Sources   Download

MIT

The Requires