storm23 / taeg-calculator
Calculate Taeg ('taux annuel effectif global' in french)
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/storm23/taeg-calculator
Requires
- php: >=7.0
Requires (Dev)
- phpunit/phpunit: ^11.1
This package is not auto-updated.
Last update: 2025-10-06 20:51:31 UTC
README
Calculate Taeg ("taux annuel effectif global" in french)
Amounts are in cents.
A TAEG of 10.30 % is 10.30.
Example
Calculate monthly payment for a loan of 1360,00 euros, during 30 months, TAEG of 15,80 %
$taeg = new Taeg(136900, 15.80, 30);
$monthlyPayment = $taeg->monthlyPayment();
echo $monthlyPayment
// 5485 => 54.85 euros