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

ActiveLibrary

neolikotsi/show-me-the-money
============================

Super simple money class for laravel and we mean simple.

0.2.4(6y ago)0454MITPHP

Since Oct 3Pushed 4y agoCompare

[ Source](https://github.com/neolikotsi/show-me-the-money)[ Packagist](https://packagist.org/packages/neolikotsi/show-me-the-money)[ RSS](/packages/neolikotsi-show-me-the-money/feed)WikiDiscussions master Synced 2d ago

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

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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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 ~158 days

Recently: every ~182 days

Total

9

Last Release

2245d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/708a9d3fbe214c757b76c9be0785145425b946218c26b215b1d0af68d8cc4873?d=identicon)[neolikotsi](/maintainers/neolikotsi)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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