PHPackages                             storm23/taeg-calculator - 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. storm23/taeg-calculator

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

storm23/taeg-calculator
=======================

Calculate Taeg ('taux annuel effectif global' in french)

00PHP

Since Jun 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/storm23/taeg-calculator)[ Packagist](https://packagist.org/packages/storm23/taeg-calculator)[ RSS](/packages/storm23-taeg-calculator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

TAEG Calculator
===============

[](#taeg-calculator)

Calculate Taeg ("taux annuel effectif global" in french)

Amounts are in cents.

A TAEG of 10.30 % is 10.30.

Example
-------

[](#example)

Calculate monthly payment for a loan of 1360,00 euros, during 30 months, TAEG of 15,80 %

```
$taeg = new Taeg(136900, 15.80, 30);
$monthlyPayment = $taeg->monthlyPayment();
echo $monthlyPayment

// 5485 => 54.85 euros

```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity18

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/fdf8e87b8ca5cf75e8fc8b913703399ce65fd66fa0f88ca368e5e4311c5ead28?d=identicon)[storm23](/maintainers/storm23)

---

Top Contributors

[![storm23](https://avatars.githubusercontent.com/u/7317098?v=4)](https://github.com/storm23 "storm23 (2 commits)")

### Embed Badge

![Health badge](/badges/storm23-taeg-calculator/health.svg)

```
[![Health](https://phpackages.com/badges/storm23-taeg-calculator/health.svg)](https://phpackages.com/packages/storm23-taeg-calculator)
```

###  Alternatives

[benjaminhirsch/nova-slug-field

A Laravel Nova field to generate a slugs.

1401.1M11](/packages/benjaminhirsch-nova-slug-field)[naif/toggle

A Laravel Nova toggle switch field for Nova 3

2671.5k](/packages/naif-toggle)

PHPackages © 2026

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