PHPackages                             moneybatch/laravel-minimalist - 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. [Payment Processing](/categories/payments)
4. /
5. moneybatch/laravel-minimalist

ActiveLibrary[Payment Processing](/categories/payments)

moneybatch/laravel-minimalist
=============================

Moneybatch Laravel Minimalist

1.0.0(4y ago)021MITPHPPHP ^7.4

Since Nov 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/moneybatch/laravel-minimalist)[ Packagist](https://packagist.org/packages/moneybatch/laravel-minimalist)[ Docs](https://github.com/moneybatch/laravel-minimalist)[ RSS](/packages/moneybatch-laravel-minimalist/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Money batch for minimalist
==========================

[](#money-batch-for-minimalist)

Working with one currency on Laravel? Need easy, affective and stable way to work with Money? Pick the Laravel Minimalist.

This is a Laravel version of [moneybatch/minimalist](https://github.com/moneybatch/minimalist)

Installation
------------

[](#installation)

`composer require moneybatch/laravel-minimalist`

Usage
-----

[](#usage)

### Money

[](#money)

`Moneybatch\LaravelMinimalist\Domain\Money` and `Moneybatch\LaravelMinimalist\Domain\Price` are extensions of [moneybatch/minimalist](https://github.com/moneybatch/minimalist) and can be used the same way. See [details](https://github.com/moneybatch/minimalist/blob/master/README.md).

### Eloquent: Mutators &amp; Casting

[](#eloquent-mutators--casting)

To cast the attribute to Money, just use the standard Eloquent model `casts` attribute:

```
protected $casts = [
    'balance' => Money::class,
];

```

Don't forget to import the class prior to using it: `use Moneybatch\LaravelMinimalist\Domain\Money`;

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1650d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/683b7d77be6bd1b72df2771b2a5efcda8ce65ea9aba24accc4f1c8772e6992d3?d=identicon)[nikolaynesov](/maintainers/nikolaynesov)

---

Top Contributors

[![nikolaynesov](https://avatars.githubusercontent.com/u/17743574?v=4)](https://github.com/nikolaynesov "nikolaynesov (1 commits)")

---

Tags

currencylaravelmoneypaymentsmoneyminimalistnikolaynesovmoneybatch

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/moneybatch-laravel-minimalist/health.svg)

```
[![Health](https://phpackages.com/badges/moneybatch-laravel-minimalist/health.svg)](https://phpackages.com/packages/moneybatch-laravel-minimalist)
```

###  Alternatives

[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[yandex-money/yandex-money-sdk-php

Yandex.Money API SDK for PHP

105167.4k2](/packages/yandex-money-yandex-money-sdk-php)[babdev/money-bundle

Bundle integrating the Money for PHP library with Symfony

1869.6k](/packages/babdev-money-bundle)[elegantly/laravel-money

Use Brick/Money in your Laravel app

1946.9k4](/packages/elegantly-laravel-money)[backbone/chaching

Universal payment library for banking services in Slovakia

124.7k](/packages/backbone-chaching)

PHPackages © 2026

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