PHPackages                             billowapp/show-me-the-money - 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. billowapp/show-me-the-money

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

billowapp/show-me-the-money
===========================

Super simple money class for laravel and we mean simple.

0.4.6(2y ago)732.8k↓18.8%13[1 issues](https://github.com/warhsn/show-me-the-money/issues)[1 PRs](https://github.com/warhsn/show-me-the-money/pulls)4MITPHPPHP &gt;=7.0

Since Oct 3Pushed 2y ago2 watchersCompare

[ Source](https://github.com/warhsn/show-me-the-money)[ Packagist](https://packagist.org/packages/billowapp/show-me-the-money)[ RSS](/packages/billowapp-show-me-the-money/feed)WikiDiscussions master Synced today

READMEChangelog (3)DependenciesVersions (20)Used By (4)

Show-me-the-money
=================

[](#show-me-the-money)

Super slim Money class.

### Facade

[](#facade)

```
[
	'Money' => Billow\Utilities\Facades\Money::class,
];
```

### Usage

[](#usage)

```
[
	$money = new Money(10000);
	$money->amount() // 10000
	$money->convertedAmount() // '100.00'
	$money->fromString('100') // 10000
	$money->fromString('100')->amount() // 10000
	$money->fromString('100')->convertedAmount() // '100.00'
	$money->fromString('100')->asCurrency('R') // 'R 100.00'
];
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.7% 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.

###  Release Activity

Cadence

Every ~152 days

Recently: every ~276 days

Total

19

Last Release

816d ago

PHP version history (3 changes)0.3.1PHP 7.\*

0.4.1PHP ^7.0|^8.0

0.4.6PHP &gt;=7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19857541?v=4)[Warrenhansen](/maintainers/warrenhansen)[@Warrenhansen](https://github.com/Warrenhansen)

---

Top Contributors

[![warhsn](https://avatars.githubusercontent.com/u/11815088?v=4)](https://github.com/warhsn "warhsn (22 commits)")[![jadonbrownza](https://avatars.githubusercontent.com/u/7773361?v=4)](https://github.com/jadonbrownza "jadonbrownza (1 commits)")

### Embed Badge

![Health badge](/badges/billowapp-show-me-the-money/health.svg)

```
[![Health](https://phpackages.com/badges/billowapp-show-me-the-money/health.svg)](https://phpackages.com/packages/billowapp-show-me-the-money)
```

PHPackages © 2026

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