2017 © Pedro PelĂĄez
 

symfony-bundle money-bundle

Bundle to manage money entities.

image

lyssal/money-bundle

Bundle to manage money entities.

  • Thursday, October 5, 2017
  • by Lyssal
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

The Lyssal money bundle

This bundle permits to manage currencies with the Lyssal Doctrine ORM bundle., (*1)

SensioLabsInsight, (*2)

Installation

Read the installation documentation., (*3)

Manager

The service are :, (*4)

  • lyssal.money.manager.currency
$currencies = $this->container->get('lyssal.money.manager.currency')->findAll();

Inheritance

Create your manager and change the manager class parameter :, (*5)

<parameters>
    <parameter key="lyssal.money.manager.currency.class">Acme\MoneyBundle\Manager\CurrencyManager</parameter>
</parameters>

Optional

Command

Import data

Empty and import currencies :, (*6)

lyssal:monney:database:import

PhpDoc

Execute :, (*7)

phpdoc -c doc/phpdoc.tpl.xml

The Versions

05/10 2017

dev-master

9999999-dev

Bundle to manage money entities.

  Sources   Download

proprietary

The Requires

 

currency money

05/10 2017

0.1

0.1.0.0

Bundle to manage money entities.

  Sources   Download

proprietary

The Requires

 

currency money