承接 phpyh/coding-standard 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

phpyh/coding-standard

最新稳定版本:3.0.1

Composer 安装命令:

composer require --dev phpyh/coding-standard

包简介

PHPyh Coding Standard For PHP CS Fixer

README 文档

README

Latest Stable Version Total Downloads psalm-level type-coverage

Installation

composer require --dev phpyh/coding-standard

Usage with PHP CS Fixer

Update your .php-cs-fixer.dist.php:

<?php

use PHPyh\CodingStandard\PhpCsFixerCodingStandard;

$finder = PhpCsFixer\Finder::create()
    ->in(__DIR__.'/src')
    // ...
;

$config = (new PhpCsFixer\Config())
    ->setFinder($finder)
    // ...
;

(new PhpCsFixerCodingStandard())->applyTo($config, [
    // overriding rules
]);

return $config;

统计信息

  • 总下载量: 58.23k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 23
  • 点击次数: 2
  • 依赖项目数: 20
  • 推荐数: 0

GitHub 信息

  • Stars: 23
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-02-11