jarobe42 / historical-money
A library for converting money historically
v1.0.0
2017-10-09 04:41 UTC
Requires
- php: >=5.5
- moneyphp/money: ^3.0.1
Requires (Dev)
- ext-bcmath: *
- ext-gmp: *
- ext-intl: *
- cache/taggable-cache: ^0.4.0
- florianv/swap: ^3.0
- henrikbjorn/phpspec-code-coverage: ^2.0.2
- php-http/message: ^1.4
- php-http/mock-client: ^0.3.3
- phpspec/phpspec: ^2.5
- phpunit/phpunit: ^4.5
- psr/cache: ^1.0
- sllh/php-cs-fixer-styleci-bridge: ^2.1
Suggests
- ext-bcmath: Calculate without integer limits
- ext-gmp: Calculate without integer limits
- ext-intl: Format Money objects with intl
- florianv/swap: Exchange rates library for PHP
- psr/cache-implementation: Used for Currency caching
This package is not auto-updated.
Last update: 2024-11-23 03:27:33 UTC
README
Historical Money built on top of the Money library. The goal of the library is to simplify how interactions are done with historical money, when the value of a monetary amount and it's currency depends on a particular date and time.
Installation
Via Composer
$ composer require jarobe42/historical-money