PHPackages                             codito/rector-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. codito/rector-money

ActiveRector-extension[Utility &amp; Helpers](/categories/utility)

codito/rector-money
===================

Rector upgrade rules for moneyphp/money library

1.0.0-RC6(8mo ago)21.1k3MITPHPPHP ^7.4|^8.0CI passing

Since Feb 28Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/Codito-Dev/rector-money)[ Packagist](https://packagist.org/packages/codito/rector-money)[ GitHub Sponsors](https://github.com/Wirone)[ RSS](/packages/codito-rector-money/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (11)Versions (8)Used By (0)

Rector Rules for `moneyphp/money`
=================================

[](#rector-rules-for-moneyphpmoney)

Install
-------

[](#install)

```
composer require codito/rector-money --dev
```

Use Sets
--------

[](#use-sets)

To add a set to your config, use `Codito\Rector\Money\MoneySetList` class:

```
use Rector\Config\RectorConfig;
use Codito\Rector\Money\MoneySetList;

return RectorConfig::configure()
    ->withSets([MoneySetList::V4]);
```

Contributing
------------

[](#contributing)

If you want to contribute to this package just clone this repository:

- make all changes to achieve what you need
- run `make qa` and ensure everything passes
- create Pull Request

Thanks in advance! 🍻

Development environment
-----------------------

[](#development-environment)

For developing this package you should use prepared Docker stack. All commands should be executed through `docker-compose`:

```
docker-compose run php composer install

```

or using `make` wrapper:

```
make run cmd="composer install"

```

### Debugging with XDebug

[](#debugging-with-xdebug)

XDebug is installed in PHP container and Docker stack is pre-configured to use it, but by default it's in `off` mode. If you need to debug code just set `XDEBUG_MODE=debug` in `.env` file and enable listening for connections in IDE.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance59

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.3% 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 ~264 days

Recently: every ~330 days

Total

6

Last Release

263d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/28766?v=4)[Codito](/maintainers/Codito)[@codito](https://github.com/codito)

---

Top Contributors

[![Wirone](https://avatars.githubusercontent.com/u/600668?v=4)](https://github.com/Wirone "Wirone (63 commits)")[![samsonasik](https://avatars.githubusercontent.com/u/459648?v=4)](https://github.com/samsonasik "samsonasik (4 commits)")[![pascalheidmann](https://avatars.githubusercontent.com/u/19560252?v=4)](https://github.com/pascalheidmann "pascalheidmann (1 commits)")[![TomasVotruba](https://avatars.githubusercontent.com/u/924196?v=4)](https://github.com/TomasVotruba "TomasVotruba (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/codito-rector-money/health.svg)

```
[![Health](https://phpackages.com/badges/codito-rector-money/health.svg)](https://phpackages.com/packages/codito-rector-money)
```

###  Alternatives

[driftingly/rector-laravel

Rector upgrades rules for Laravel Framework

1.2k15.4M733](/packages/driftingly-rector-laravel)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[worksome/coding-style

Worksomes coding style

49814.9k66](/packages/worksome-coding-style)[ergebnis/rector-rules

Provides rules for rector/rector.

10245.6k51](/packages/ergebnis-rector-rules)[filament/upgrade

Upgrade Filament v4 code to Filament v5.

101.9M188](/packages/filament-upgrade)[sylius/sylius-rector

Rector upgrades rules for Sylius

10908.8k105](/packages/sylius-sylius-rector)

PHPackages © 2026

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