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 1w 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

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

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://www.gravatar.com/avatar/8943a6fc1cc4b35bcea6780b6785b48abc15b246d9806645f9a7ae10466e81b2?d=identicon)[JoshuaKissoon](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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