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

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ibexa/rector
============

Ibexa Rector refactoring tool rule sets

v5.0.6(2mo ago)1117.5k↓16%3[1 PRs](https://github.com/ibexa/rector/pulls)20(GPL-2.0-only or proprietary)PHPPHP &gt;=8.3CI passing

Since Sep 18Pushed 2mo ago11 watchersCompare

[ Source](https://github.com/ibexa/rector)[ Packagist](https://packagist.org/packages/ibexa/rector)[ RSS](/packages/ibexa-rector/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (22)Versions (27)Used By (20)

Ibexa DXP Rector
================

[](#ibexa-dxp-rector)

This package is part of [Ibexa DXP](https://ibexa.co).

This package provides a set of [Rector](https://getrector.com/) rules to allow automatic upgrades between [Ibexa DXP](https://ibexa.co) versions.

To use this package, [install Ibexa DXP](https://doc.ibexa.co/en/latest/install/) and follow installation instructions below.

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

[](#installation)

```
composer require --dev ibexa/rector:^5.0

```

Usage
-----

[](#usage)

1. Create `./rector.php` file in your project, with the following contents, adjusted to your project structure: ```
    declare(strict_types=1);

    use Ibexa\Contracts\Rector\Sets\IbexaSetList;
    use Rector\Config\RectorConfig;

    return RectorConfig::configure()
                       ->withPaths(
                           [
                               __DIR__ . '/src', // see if it matches your project structure
                               __DIR__ . '/tests'
                           ]
                       )
                       ->withSets(
                           [
                               IbexaSetList::IBEXA_50->value // rule set for upgrading to Ibexa DXP 5.0
                           ]
                       )
    ;
    ```
2. Execute Rector ```
    php ./bin/rector process

    ```

CONTRIBUTING
------------

[](#contributing)

See [contribution guideline](./CONTRIBUTING.md) to learn how to add rules.

COPYRIGHT
---------

[](#copyright)

Copyright (C) 1999-2025 Ibexa AS (formerly eZ Systems AS). All rights reserved.

LICENSE
-------

[](#license)

This source code is available separately under the following licenses:

A - Ibexa Business Use License Agreement (Ibexa BUL), version 2.4 or later versions (as license terms may be updated from time to time) Ibexa BUL is granted by having a valid Ibexa DXP (formerly eZ Platform Enterprise) subscription, as described at: For the full Ibexa BUL license text, please see:

- LICENSE-bul file placed in the root of this source code, or
-  (latest version applies)

AND

B - GNU General Public License, version 2 Grants an copyleft open source license with ABSOLUTELY NO WARRANTY. For the full GPL license text, please see:

- LICENSE file placed in the root of this source code, or
-

###  Health Score

57

—

FairBetter than 98% of packages

Maintenance87

Actively maintained with recent releases

Popularity37

Limited adoption so far

Community33

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~17 days

Recently: every ~12 days

Total

20

Last Release

74d ago

Major Versions

v4.6.23 → v5.0.12025-08-19

v4.6.24 → v5.0.22025-09-09

v4.6.25 → v5.0.32025-10-17

v4.6.26 → v5.0.42025-12-10

v4.6.28 → v5.0.62026-03-05

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/130489?v=4)[Łukasz Serwatka](/maintainers/lserwatka)[@lserwatka](https://github.com/lserwatka)

---

Top Contributors

[![alongosz](https://avatars.githubusercontent.com/u/7099219?v=4)](https://github.com/alongosz "alongosz (31 commits)")[![ViniTou](https://avatars.githubusercontent.com/u/19517274?v=4)](https://github.com/ViniTou "ViniTou (10 commits)")[![adamwojs](https://avatars.githubusercontent.com/u/211967?v=4)](https://github.com/adamwojs "adamwojs (7 commits)")[![wiewiurdp](https://avatars.githubusercontent.com/u/25502452?v=4)](https://github.com/wiewiurdp "wiewiurdp (7 commits)")[![Steveb-p](https://avatars.githubusercontent.com/u/3183926?v=4)](https://github.com/Steveb-p "Steveb-p (3 commits)")[![ibexa-yuna](https://avatars.githubusercontent.com/u/67897517?v=4)](https://github.com/ibexa-yuna "ibexa-yuna (2 commits)")[![barw4](https://avatars.githubusercontent.com/u/22300504?v=4)](https://github.com/barw4 "barw4 (2 commits)")[![GrabowskiM](https://avatars.githubusercontent.com/u/4689171?v=4)](https://github.com/GrabowskiM "GrabowskiM (2 commits)")[![konradoboza](https://avatars.githubusercontent.com/u/34310128?v=4)](https://github.com/konradoboza "konradoboza (1 commits)")[![samsonasik](https://avatars.githubusercontent.com/u/459648?v=4)](https://github.com/samsonasik "samsonasik (1 commits)")

---

Tags

ibexa-productibexa-dxp

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M568](/packages/symfony-maker-bundle)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)[phpro/soap-client

A general purpose SoapClient library

8885.6M46](/packages/phpro-soap-client)[ssch/typo3-rector

Instant fixes for your TYPO3 PHP code by using Rector.

2592.8M263](/packages/ssch-typo3-rector)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

96374.6k23](/packages/friendsoftypo3-content-blocks)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)

PHPackages © 2026

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