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
Requires
This package is auto-updated.
Last update: 2024-10-15 14:44:05 UTC
README
This bundle permits to manage currencies with the Lyssal Doctrine ORM bundle.
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