1. Go to this page and download the library: Download mhiggster/laravel-mortgage library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
mhiggster / laravel-mortgage example snippets
Annuity::getLoanTerm() // 48
Annuity::getLoanAmount() // 8000000
Annuity::getInterestRate() // 18
Annuity::getMainDept() // 166666.66666667
Annuity::showRepaymentSchedule()
Annuity::getPercentAmount()
Annuity::effectiveRate()
Annuity::getTotalamount()
Annuity::setViscera(48, 8000000, 18)
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.