2017 © Pedro Peláez
 

library coding-standard

Strict coding standards for our PHP projects

image

fiolasoft/coding-standard

Strict coding standards for our PHP projects

  • Wednesday, April 25, 2018
  • by vojtamares
  • Repository
  • 0 Watchers
  • 0 Stars
  • 68 Installations
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 10 % Grown

The README.md

Coding standard

This is based on doctrine/coding-standard and heavily inspired by ninjify/coding-standard, (*1)


Downloads total Latest stable, (*2)

Install

composer require --dev fiolasoft/coding-standard

Usage

Create ruleset.xml in root of your project., (*3)

NOTE: It is recommanded to use this with FiolaSoft/qa, (*4)


<ruleset name="YourProject">
    <!-- Extending rulesets -->
    <rule ref="vendor/fiolasoft/coding-standard/ruleset.xml"/>

    <!-- OR (not both, since ruleset.xml is included in ruleset-nette.xml) -->

    <!-- FiolaSoft [Nette] -->
    <!-- <rule ref="vendor/fiolasoft/coding-standard/ruleset-nette.xml"/> -->

    <!-- My rules -->

    <!-- Exclude folders -->
    <exclude-pattern>/tests/tmp</exclude-pattern>
</ruleset>

The Versions

25/04 2018

dev-master

9999999-dev https://github.com/FiolaSoft/coding-standard

Strict coding standards for our PHP projects

  Sources   Download

MIT

The Requires

 

by Vojtěch Mareš

codesniffer php strict

25/04 2018

v0.1

0.1.0.0 https://github.com/FiolaSoft/coding-standard

Strict coding standards for our PHP projects

  Sources   Download

MIT

The Requires

 

by Vojtěch Mareš

codesniffer php strict