fluxter/php-code-helper
Composer 安装命令:
composer require fluxter/php-code-helper
包简介
A small symfony helper CLI tool
README 文档
README
You wished there was an application like this Yea its so big buhu
WARNING
Please use this tool on your own risk.
Before using it, make a backup of your code (or use git!)
Using this may break your whole application! (Mine was fixed :))
How to install
Globally
Require the package
$ composer global require fluxter/php-code-helper
After that, make sure composer vendor bin is inside your path!
$ export PATH="$PATH:$HOME/.composer/vendor/bin"
Voila!
$ pch
should work now
How to update
$ composer global update fluxter/php-code-helper
How to use
Fix Namespaces
Force sets the namespace in your folder to the according composer.json psr-4 level.
$ pch fix-namespaces [Path to the composer.json containing folder]
Fix Usings
If you e.g. refactored many things to new namespaces, the fx-namespaces command should help you with that.
But now your code is trying to use all the files from the old namespace.
This command searches in alle classes the most fitting one.
$ pch fix-usings [Path to your src directory]
Example output
- Using not exists! App\Core\Enum\InvoiceStatusType. Searching alternative... Found alternative: App\Plugin\ERP\InvoiceStatusType
- Using not exists! App\Core\Enum\SubscriptionType. Searching alternative... Found alternative: App\Plugin\ERP\Form\Shared\SubscriptionType
- Using not exists! App\Core\Helper\DateTimeHelper. Searching alternative... Found alternative: App\Platform\Helper\DateTimeHelper
- Using not exists! App\Core\Helper\PaymentHelper. Searching alternative... Found alternative: App\Platform\Helper\PaymentHelper
fluxter/php-code-helper 适用场景与选型建议
fluxter/php-code-helper 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 167 次下载、GitHub Stars 达 1, 最近一次更新时间为 2020 年 09 月 02 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 fluxter/php-code-helper 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 fluxter/php-code-helper 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 167
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2020-09-02