PHPackages                             anatolygerasimov/code - 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. anatolygerasimov/code

ActiveLibrary

anatolygerasimov/code
=====================

description

1.4.7(4y ago)11.7k1MITPHP

Since Sep 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/anatolygerasimov/code)[ Packagist](https://packagist.org/packages/anatolygerasimov/code)[ RSS](/packages/anatolygerasimov-code/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (3)Versions (13)Used By (0)

### Usage

[](#usage)

- `$ composer require anatolygerasimov/code --dev`
- `$ composer require psalm/plugin-laravel`
- add folder configuration for `composer.json````
    "extra": {
      "code": {
        "rector": {
          "paths": [
            "/app/Containers/AppSection"
          ],
          "skip": [
            "/app/Ship/Migrations/*",
            "/app/Ship/Core/*",
            "/app/Containers/*/Data/Migrations/*",
            "/app/Containers/*/Data/Criterias/*",
            "/app/Containers/*/Routes/*"
          ]
        },
        "cs-fixer": {
          "paths": [
            "/app/Containers",
            "/config",
            "/database"
          ],
          "skip": [
            "/bootstrap",
            "/resources",
            "/node_modules",
            "/public",
            "/storage",
            "/vendor"
          ]
        },
        "psalm": {
          "paths": [
            "/app/Containers"
          ],
          "skip": [
            "/vendor"
          ],
          "config": {
            "plugins": {
              "pluginClass": [
                {"class": "Psalm\\LaravelPlugin\\Plugin"}
              ]
            }
          }
        }
      }
    }
    ```
- `composer.json````
    "scripts": {
      "rector": [
        "./vendor/bin/rector process --config=./vendor/anatolygerasimov/code/configs/rector.php  --clear-cache"
      ],
      "rector-check": [
        "./vendor/bin/rector process --config=./vendor/anatolygerasimov/code/configs/rector.php  --clear-cache --dry-run"
      ],
      "php-cs-fixer": [
        "./vendor/bin/php-cs-fixer fix --config=./vendor/anatolygerasimov/code/configs/.php_cs.dist.php --allow-risky=yes --using-cache=no"
      ],
      "php-cs-fixer-check": [
        "./vendor/bin/php-cs-fixer fix --dry-run --config=./vendor/anatolygerasimov/code/configs/.php_cs.dist.php --diff -vv --allow-risky=yes --using-cache=no"
      ],
      "psalm": [
        "php ./vendor/anatolygerasimov/code/src/psalm_config.php --target=./psalm.xml",
        "./vendor/bin/psalm --threads=4 --no-cache --config=./psalm.xml",
        "rm ./psalm.xml"
      ]
    }
    ```

### TODO:

[](#todo)

- runner for this tools

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.9% 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 ~19 days

Recently: every ~40 days

Total

12

Last Release

1523d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2dd9db1dd834b7e57fa5d50289739ef9f18262811a3b3b66f33e7d33ccad4c9?d=identicon)[anatoly-gerasimov](/maintainers/anatoly-gerasimov)

---

Top Contributors

[![AnatoliyDeveloper123](https://avatars.githubusercontent.com/u/90761996?v=4)](https://github.com/AnatoliyDeveloper123 "AnatoliyDeveloper123 (17 commits)")[![anatolygerasimov](https://avatars.githubusercontent.com/u/78748043?v=4)](https://github.com/anatolygerasimov "anatolygerasimov (4 commits)")[![artem-zavrazhyn](https://avatars.githubusercontent.com/u/79974098?v=4)](https://github.com/artem-zavrazhyn "artem-zavrazhyn (1 commits)")[![taras-pinchuk-uinno](https://avatars.githubusercontent.com/u/97507016?v=4)](https://github.com/taras-pinchuk-uinno "taras-pinchuk-uinno (1 commits)")

### Embed Badge

![Health badge](/badges/anatolygerasimov-code/health.svg)

```
[![Health](https://phpackages.com/badges/anatolygerasimov-code/health.svg)](https://phpackages.com/packages/anatolygerasimov-code)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[driftingly/rector-laravel

Rector upgrades rules for Laravel Framework

1.2k14.2M667](/packages/driftingly-rector-laravel)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[filament/upgrade

Upgrade Filament v4 code to Filament v5.

101.6M163](/packages/filament-upgrade)

PHPackages © 2026

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