perlitz-group/math_finance

More info available on: http://pear.php.net/package/Math_Finance


License
PHP-3.01

Documentation

Math_Finance

Original repo https://github.com/pear/Math_Finance

What Updates are in this fork

v1.0.1:

  • PEAR requirement is removed, all PEAR::raiseError is replaced with throwing php Exception
  • 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