FinanCalc Versions Save

:moneybag: A lightweight, simple and easy PHP library for calculating annuities (e.g., mortgages) and other financial instruments according to various input data

v0.3.14

8 years ago

The message strings can now be customized via locale files and can be accessed thru the new FinanCalc\Utils\Strings class

v0.3.13

8 years ago

If you're not using Composer, you need to include the "init.php" file in the stead of "src/FinanCalc.php"

v0.3.12

8 years ago

Reworked tiny bit of PHP 5.5 code which caused the whole project to be reliant on PHP version 5.5 and greater

v0.3.11

8 years ago

Added calculator for calculating simple discount

v0.3.10

8 years ago

Added calculator for calculating simple interest

v0.3.9

8 years ago

Annuity and debt end date getters Annuity length getters

v0.3.8

8 years ago

The AnnuityCalculator and DebtAmortizator classes are now using TimeSpan class for defining a period length

v0.3.7

8 years ago

Added TimeSpan class which can used to define time intervals

v0.3.6

8 years ago

The MANUFACTURED_CLASS_NAME field in factories is now leveraged to create new instances via reflection

v0.3.5

8 years ago

Added dividend discount model calculator for determining a stock's price (fair value)