2017 © Pedro PelĂĄez
 

library coding-standard

ownCloud Coding Standard

image

owncloud/coding-standard

ownCloud Coding Standard

  • Friday, June 8, 2018
  • by DeepDiver1975
  • Repository
  • 4 Watchers
  • 2 Stars
  • 14,388 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 6 Open issues
  • 3 Versions
  • 515 % Grown

The README.md

📚 coding-standard

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

Installation

composer require --dev owncloud/coding-standard

Usage

Create a configuration file .php-cs-fixer.dist.php in the root of your project:, (*2)

<?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, (*3)

License

AGPL-3.0, (*4)

The Versions

08/06 2018

dev-master

9999999-dev http://www.owncloud.org

ownCloud Coding Standard

  Sources   Download

AGPL-3.0

The Requires

 

by Patrick Jahns

style code standard coding owncloud php-cs-fixer

16/05 2018

1.0.1

1.0.1.0 http://www.owncloud.org

ownCloud Coding Standard

  Sources   Download

AGPL-3.0

The Requires

 

by Patrick Jahns

style code standard coding owncloud php-cs-fixer

15/05 2018

1.0.0

1.0.0.0 http://www.owncloud.org

ownCloud Coding Standard

  Sources   Download

AGPL-3.0

The Requires

 

by Patrick Jahns

style code standard coding owncloud php-cs-fixer