ibexa/rector
Composer 安装命令:
composer require ibexa/rector
包简介
Ibexa Rector refactoring tool rule sets
关键字:
README 文档
README
This package is part of Ibexa DXP.
This package provides a set of Rector rules to allow automatic upgrades between Ibexa DXP versions.
To use this package, install Ibexa DXP and follow installation instructions below.
Installation
composer require --dev ibexa/rector:^5.0
Usage
- Create
./rector.phpfile 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 ] ) ;
- Execute Rector
php ./bin/rector process <directory>
CONTRIBUTING
See contribution guideline to learn how to add rules.
COPYRIGHT
Copyright (C) 1999-2025 Ibexa AS (formerly eZ Systems AS). All rights reserved.
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: https://www.ibexa.co/product For the full Ibexa BUL license text, please see:
- LICENSE-bul file placed in the root of this source code, or
- https://www.ibexa.co/software-information/licenses-and-agreements (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
- https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
ibexa/rector 适用场景与选型建议
ibexa/rector 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 167.57k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2024 年 04 月 24 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「ibexa-dxp」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 ibexa/rector 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 ibexa/rector 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 ibexa/rector 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
统计信息
- 总下载量: 167.57k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 24
- 依赖项目数: 35
- 推荐数: 0
其他信息
- 授权协议: (GPL-2.0-only or proprietary) 637c387eb6adfaf6c9869bb8ae0486f17d1db2df
- 更新时间: 2024-04-24