lyssal/money-bundle

Bundle to manage money entities.

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

0.1 2017-10-05 11:52 UTC

This package is auto-updated.

Last update: 2024-04-26 11:00:38 UTC


README

This bundle permits to manage currencies with the Lyssal Doctrine ORM bundle.

SensioLabsInsight

Installation

Read the installation documentation.

Manager

The service are :

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

Inheritance

Create your manager and change the manager class parameter :

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

Optional

Command

Import data

Empty and import currencies :

lyssal:monney:database:import

PhpDoc

Execute :

phpdoc -c doc/phpdoc.tpl.xml