perlitz-group / math_finance
More info available on: http://pear.php.net/package/Math_Finance
Installs: 2 129
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 13
pkg:composer/perlitz-group/math_finance
Requires
- php: ^7.2 | ^8.0
- perlitz-group/math_numerical_rootfinding: ^2.0
Requires (Dev)
- phpunit/phpunit: ^8
README
Original repo https://github.com/pear/Math_Finance
What Updates are in this fork
v1.0.1:
- PEAR requirement is removed, all
PEAR::raiseErroris replaced with throwing phpException - static keyword is added for all static methods
- method visibility keywords are added
- all classes are called from global namespace
- Other small improvements
v1.1.1:
- PHP 7 compatibility
- Compliance with PSR-0
v2.0.0:
- The unit tests were adjusted so that they can be executed again.
- Raised min. PHP version to 7.2.
- Added PHP 8 support.
You should use composer to install it:
composer require perlitz-group/math_finance
This package is dependent on Math_Numerical_RootFinding (requirement is added into composer)
https://github.com/perlitz-group/Math_Numerical_RootFinding