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

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

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

owncloud/coding-standard

最新稳定版本:5.3.1

Composer 安装命令:

composer require owncloud/coding-standard

包简介

ownCloud Coding Standard

README 文档

README

This repository provides a configuration for friendsofphp/php-cs-fixer to check that repositories are following the standards defined by the ownCloud team.

Installation

composer require --dev owncloud/coding-standard

Usage

Create a configuration file .php-cs-fixer.dist.php in the root of your project:

<?php

$config = new OC\CodingStandard\Config();

$config
    ->setUsingCache(true)
    ->getFinder()
    ->in(__DIR__);

return $config;

Versioning

This library follows semantic versioning, additions to the code checks that are "risky" will only be done in major versions

License

AGPL-3.0

统计信息

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

GitHub 信息

  • Stars: 4
  • Watchers: 20
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: AGPL-3.0
  • 更新时间: 2018-05-15