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(7mo ago)21.1k4MITPHPPHP ^7.4|^8.0CI passing

Since Feb 28Pushed 7mo 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 1mo ago

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

39

—

LowBetter than 86% of packages

Maintenance64

Regular maintenance activity

Popularity23

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

217d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/029d590a49d9d6abf71a378ae4e4a3ee74ab50366f9e91ab64efd8d789bbbfb6?d=identicon)[Codito](/maintainers/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

[frosh/shopware-rector

Shopware specific Rector

47394.3k5](/packages/frosh-shopware-rector)[codeigniter4/devkit

Development toolkit for CodeIgniter libraries and projects

68187.1k82](/packages/codeigniter4-devkit)[quartetcom/static-analysis-kit

Strict and modern kit to optimise the codebase defensively.

144.3k5](/packages/quartetcom-static-analysis-kit)

PHPackages © 2026

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