PHPackages                             techlify/mortgage-module - 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. [API Development](/categories/api)
4. /
5. techlify/mortgage-module

ActiveLaravel-module[API Development](/categories/api)

techlify/mortgage-module
========================

A mortgage calculator package, which exposes API for simple mortgage calculation

12PHP

Since Jan 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/techlify/mortgage)[ Packagist](https://packagist.org/packages/techlify/mortgage-module)[ RSS](/packages/techlify-mortgage-module/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Mortgage
========

[](#mortgage)

A mortgage calculator package, which exposes API for simple mortgage calculation.

Installation
============

[](#installation)

- composer require joshbrw/laravel-module-installer
- composer require techlify/mortgage-module

Usage
=====

[](#usage)

Exposes the following POST API for mortgage calculation and amoritization.

Route::post('/mortgage', 'MortgageController@mortgage'); Route::post('/amortization', 'MortgageController@amortization'); Route::post('/personalized-report', 'MortgageController@report');

Mortgage
========

[](#mortgage-1)

Calculate the mortgage for the given model.

Request body: { "loanAmount":number,
"rpa":number,
"loanTerm":number,
"extraAmount"?:number, "downPayment"?:number
}

Amortization
============

[](#amortization)

Calculate the amortization schedule for the given model

Request body: { "loanAmount":number,
"rpa":number,
"loanTerm":number,
"extraAmount"?:number, "downPayment"?:number
}

Report
======

[](#report)

Calculate the amortization schedule for the given model and email it to logged in user.

Request body: { "loanAmount":number,
"rpa":number,
"loanTerm":number,
"extraAmount"?:number, "downPayment"?:number
}

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1193750?v=4)[Joshua Kissoon](/maintainers/JoshuaKissoon)[@JoshuaKissoon](https://github.com/JoshuaKissoon)

---

Top Contributors

[![techlify](https://avatars.githubusercontent.com/u/37783557?v=4)](https://github.com/techlify "techlify (7 commits)")

### Embed Badge

![Health badge](/badges/techlify-mortgage-module/health.svg)

```
[![Health](https://phpackages.com/badges/techlify-mortgage-module/health.svg)](https://phpackages.com/packages/techlify-mortgage-module)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k14](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
