spryker/architecture-sniffer
Composer 安装命令:
composer require spryker/architecture-sniffer
包简介
Spryker Architecture Sniffer
README 文档
README
Architecture Sniffer for Spryker core, eco-system and applications.
Priority Levels
1: API and critical2: Non critical (nice to have)3: Experimental (inspected code needs further fixing)
We use and recommend minimum priority 2 by default for local and CI checks.
Note: Lower priorities (higher numbers) always include the higher priorities (lower numbers).
Usage
Make sure you include the sniffer as require-dev dependency:
composer require --dev spryker/architecture-sniffer
Spryker Usage
When using Spryker you can use the Spryker CLI console command for it:
console code:sniff:architecture [-m ModuleName] [optional-sub-path] -v [-p priority]
Verbose output is recommended here.
Manual Usage
You can also manually run the Architecture Sniffer from console by using:
vendor/bin/phpmd src/Pyz/ (xml|text|html) vendor/spryker/architecture-sniffer/src/ruleset.xml --minimumpriority=2
Note: Lower priorities always include the higher priorities in the validation process.
Including the sniffer in PHPStorm
Add a new custom ruleset under Editor -> Inspections -> PHP -> PHP Mess Detector validation.
Name it Architecture Sniffer for example.
The customer ruleset is defined in vendor/spryker/architecture-sniffer/src/ruleset.xml
Check Mess Detector Settings
Under Framework & Languages -> PHP -> Mess Detector you need to define the configuration and set the path to your phpmd (vendor/bin/phpmd). Use local and run Validate to see if it works.
Writing new sniffs
Add them to inside src folder and add tests in tests with the same folder structure.
Don't forget to update ruleset.xml.
Every sniff needs a description as full sentence:
protected const RULE = 'Every Foo needs Bar.'; /** * @return string */ public function getDescription(): string { return static::RULE; }
Every sniff needs to implement either the ClassAware, FunctionAware, InterfaceAware, or MethodAware interface to be recognised.
To validate that sniffer recognises your rule, check if your rule is listed in Zed UI > Maintenance > Architecture sniffer.
Also note:
- The rule names must be unique across the rulesets.
- Each rule should contain only one "check".
- Each rule always outputs also the reason (violation), not just the occurrence.
Setup
Run
./setup.sh
and
php composer.phar install
Testing
Don't forget to test your changes:
php phpunit.phar
Running code-sniffer on this project
Make sure this repository is Spryker coding standard conform:
php composer.phar cs-check
If you want to fix the fixable errors, use
php composer.phar cs-fix
Once everything is green you can make a PR with your changes.
spryker/architecture-sniffer 适用场景与选型建议
spryker/architecture-sniffer 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 2.8M 次下载、GitHub Stars 达 14, 最近一次更新时间为 2017 年 01 月 13 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「standards」 「sniffer」 「architecture」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 spryker/architecture-sniffer 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 spryker/architecture-sniffer 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 spryker/architecture-sniffer 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
PHP_CodeSniffer custom Sniff for Laravel coding standard
Internal PHP coding standard of ProjektMOTOR
A set of abstractions that define core services provided by the DVSA
This is the ZooRoyal coding standard.
PHP Codesniffer ruleset to follow Laravel's coding style
统计信息
- 总下载量: 2.8M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 38
- 依赖项目数: 46
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-13