定制 sylius-labs/coding-standard 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sylius-labs/coding-standard

最新稳定版本:v4.5.0

Composer 安装命令:

composer require sylius-labs/coding-standard

包简介

Battle-tested coding standard configuration used in Sylius.

README 文档

README

Coding Standard

???? Battle-tested coding standard configuration used in Sylius.

Installation & usage

  1. Install this package:

    composer require --dev sylius-labs/coding-standard
  2. Import the configuration file in your ecs.php:

    $ecsConfig->import('vendor/sylius-labs/coding-standard/ecs.php');

Example config (ecs.php)

use Symplify\EasyCodingStandard\Config\ECSConfig;

return static function (ECSConfig $ecsConfig): void {
    $ecsConfig->import(__DIR__ . '/vendor/sylius-labs/coding-standard/ecs.php');
};

Upgrade from YML to PHP config file

Use this package and follow their guidelines to automatically migrate your YML config to a PHP config file.

统计信息

  • 总下载量: 5.78M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 88
  • 点击次数: 1
  • 依赖项目数: 540
  • 推荐数: 0

GitHub 信息

  • Stars: 88
  • Watchers: 6
  • Forks: 26
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04