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.8(1mo ago)1167.6k↓48.9%3[2 PRs](https://github.com/ibexa/rector/pulls)20(GPL-2.0-only or proprietary)PHPPHP &gt;=8.3CI passing

Since Sep 18Pushed 3d ago11 watchersCompare

[ Source](https://github.com/ibexa/rector)[ Packagist](https://packagist.org/packages/ibexa/rector)[ RSS](/packages/ibexa-rector/feed)WikiDiscussions 6.0 Synced 3d ago

READMEChangelog (10)Dependencies (33)Versions (33)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

61

—

FairBetter than 98% of packages

Maintenance96

Actively maintained with recent releases

Popularity37

Limited adoption so far

Community38

Small or concentrated contributor base

Maturity66

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

Recently: every ~9 days

Total

26

Last Release

43d ago

Major Versions

v4.6.26 → v5.0.42025-12-10

v4.6.28 → v5.0.62026-03-05

v4.6.29 → v5.0.72026-04-20

v5.0.7 → 6.0.x-dev2026-04-28

v4.6.30 → v5.0.82026-05-21

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/681611?v=4)[Ibexa Bot](/maintainers/ezrobot)[@ezrobot](https://github.com/ezrobot)

![](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)")[![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)")[![ibexa-yuna](https://avatars.githubusercontent.com/u/67897517?v=4)](https://github.com/ibexa-yuna "ibexa-yuna (2 commits)")[![samsonasik](https://avatars.githubusercontent.com/u/459648?v=4)](https://github.com/samsonasik "samsonasik (1 commits)")[![konradoboza](https://avatars.githubusercontent.com/u/34310128?v=4)](https://github.com/konradoboza "konradoboza (1 commits)")[![mnocon](https://avatars.githubusercontent.com/u/10993858?v=4)](https://github.com/mnocon "mnocon (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

[friendsoftypo3/content-blocks

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

103519.9k53](/packages/friendsoftypo3-content-blocks)[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.5k196.2M3.1k](/packages/composer-composer)[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k251.2M25.2k](/packages/friendsofphp-php-cs-fixer)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[ssch/typo3-rector

Instant fixes for your TYPO3 PHP code by using Rector.

2603.2M436](/packages/ssch-typo3-rector)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M421](/packages/drupal-core-recommended)

PHPackages © 2026

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