moneyphp / money-bundle
Symfony Bundle for the popular Money library
Installs: 15 596
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 7
Forks: 5
Open Issues: 4
Type:symfony-bundle
Requires
- php: >=7.2
- moneyphp/money: ^3.0
- symfony/framework-bundle: ^4.2 || ^5.0
Requires (Dev)
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2024-11-10 06:43:58 UTC
README
Please note that this package it is not considered stable yet.
Symfony Bundle for the popular Money library.
Install
Via Composer
$ composer require moneyphp/money-bundle
Enable the bundle in your kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Money\MoneyBundle\MoneyBundle(), ); }
Usage
License
The MIT License (MIT). Please see License File for more information.