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

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

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

libero/coding-standard

最新稳定版本:v0.5.0

Composer 安装命令:

composer require libero/coding-standard

包简介

Libero PHP coding standard

README 文档

README

Build Status

The Libero PHP coding standard is a set of PHP_CodeSniffer rules applied to all Libero PHP projects. It is based on PSR-2.

Getting started

Using Composer you can install the coding standard into your project:

composer require --dev libero/coding-standard

You can then find violations of the standard by running:

vendor/bin/phpcs --standard=Libero /path/to/some/file/to/sniff.php

Or automatically correct (at least some of) these violations by running:

vendor/bin/phpcbf --standard=Libero /path/to/some/file/to/sniff.php

See the PHP_CodeSniffer documentation for more details.

Getting help

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-08-30