PHPackages                             codesmithtech/amortize - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. codesmithtech/amortize

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

codesmithtech/amortize
======================

PHP library for calculating the amortization of mortgages, or any other loan, over a period of time

0.2.4(6y ago)0681MITPHPPHP ^7.1CI passing

Since Mar 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/codesmithtech/amortize)[ Packagist](https://packagist.org/packages/codesmithtech/amortize)[ RSS](/packages/codesmithtech-amortize/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

Amortize
========

[](#amortize)

Amortize calculates the amortization of loans over their term, taking care of the math for you.

- Calculates principal and interest for each month over the loan term
- Calculate total repayable over the term of the loan
- Add overpayments part way through the term and have the loan term shortened, or the monthly payment recalculated and reduced for the remainder of the term

Install

```
composer require codesmithtech/amortize

```

Usage

```
