Skip to content

Instantly share code, notes, and snippets.

View topkalouis's full-sized avatar

Gueu Tokpa Louis Pacome topkalouis

View GitHub Profile
<?php
/**
* Simple Loan Calculator
*
* This is standalone web application. It can calculate loan amortization
* schedule based on amount of requested loan, annual interest rate, loan
* fee and duration of the loan in months. Linear and annuity payment
* methods are supported.
*