https://github.com/moneyphp/moneybundle
https://github.com/moneyphp/moneybundle
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/moneyphp/moneybundle
- Owner: moneyphp
- License: mit
- Created: 2016-02-09T12:22:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T18:36:24.000Z (about 6 years ago)
- Last Synced: 2025-04-19T17:26:00.499Z (about 1 year ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 16
- Watchers: 6
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Money Bundle
**Please note** that this package it is not considered stable yet.
[](https://github.com/moneyphp/MoneyBundle/releases)
[](LICENSE)
[](https://travis-ci.org/moneyphp/MoneyBundle)
[](https://scrutinizer-ci.com/g/moneyphp/MoneyBundle)
[](https://scrutinizer-ci.com/g/moneyphp/MoneyBundle)
[](https://packagist.org/packages/moneyphp/money-bundle)
**Symfony Bundle for the popular [Money](https://github.com/moneyphp/money) library.**
## Install
Via Composer
``` bash
$ composer require moneyphp/money-bundle
```
Enable the bundle in your kernel:
``` php