pekral/phpstan-rules
Composer 安装命令:
composer require --dev pekral/phpstan-rules
包简介
Extensible package of custom rules for PHPStan.
README 文档
README
🚀 Introduction
phpstan-rules is an extensible package of custom rules for PHPStan that helps you maintain high code quality and consistency in your PHP projects.
📦 Installation
composer require --dev pekral/phpstan-rules
⚙️ Usage
- Add
phpstan.neonor extend your existing configuration file with this package. - Run PHPStan with this extension:
vendor/bin/phpstan analyse src/
📝 Example configuration (phpstan.neon)
includes: - vendor/pekral/phpstan-rules/extension.neon parameters: level: max paths: - src
🔒 Strict and Deprecation Rules
This package is designed to work seamlessly with phpstan/phpstan-strict-rules and phpstan/phpstan-deprecation-rules. These packages provide extra strict and deprecation-related rules for PHPStan, helping you enforce best practices and avoid deprecated code usage.
To enable these rules, make sure you have both packages installed (they are included in the dependencies) and add them to your phpstan.neon configuration:
includes: - vendor/phpstan/phpstan-strict-rules/rules.neon - vendor/phpstan/phpstan-deprecation-rules/rules.neon - vendor/pekral/phpstan-rules/extension.neon
You can then configure strict rules in the parameters > strictRules section of your phpstan.neon file. For a full list of available strict rules, see the phpstan-strict-rules documentation.
❓ FAQ
Q: How do I add a custom rule? A: Create your own rule class and add it to the PHPStan configuration.
Q: How do I run PHPStan only on specific folders?
A: Adjust the path in the PHPStan command, e.g. src/, app/.
Q: How can I contribute? A: Open an issue or pull request on GitHub.
🔗 Further resources
📝 License
This package is licensed under the MIT license.
About
A package for extending PHPStan with custom rules. Suitable for teams and individuals who want to maintain high PHP code quality.
pekral/phpstan-rules 适用场景与选型建议
pekral/phpstan-rules 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 9.14k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2023 年 01 月 06 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「php」 「rules」 「static analysis」 「quality」 「Coding Standard」 「PHPStan」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 pekral/phpstan-rules 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 pekral/phpstan-rules 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 pekral/phpstan-rules 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Bookdown.io With Bootswatch Styles And Prism Syntax Highlighting
TwigStan is a static analyzer for Twig templates powered by PHPStan
Magento 2 module which adds support for Speculation Rules API for instant page loads.
The coding standard applying to all Youdot PHP projects, based on Doctrine set of PHPCS rules, with additional checks.
Business rules engine tools.
A set of Laravel validation rules
统计信息
- 总下载量: 9.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-06