承接 spip/coding-standards 相关项目开发

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

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

spip/coding-standards

最新稳定版本:1.3.4

Composer 安装命令:

composer require --dev spip/coding-standards

包简介

SPIP Coding Standards

README 文档

README

This is a set of rules for PHP CodeSniffer that checks for SPIP Coding Standard and PHP Compatibility for SPIP v4.0+.

Installation

composer require --dev dealerdirect/phpcodesniffer-composer-installer spip/coding-standards

Usage

vendor/bin/phpcs --standard=SCS1 /path/to/file

or create a phpcs.xml file containing this:

<?xml version="1.0"?>
<ruleset>
    <file>/path/to/file</file>
    <rule ref="SCS1" />
</ruleset>

and run :

vendor/bin/phpcs

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-08-13