Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fiolasoft/coding-standard
Coding standard for our projects based on doctrine/coding-standard and ninjify/coding-standard
https://github.com/fiolasoft/coding-standard
coding-standards coding-style php php-codesniffer php7
Last synced: about 2 months ago
JSON representation
Coding standard for our projects based on doctrine/coding-standard and ninjify/coding-standard
- Host: GitHub
- URL: https://github.com/fiolasoft/coding-standard
- Owner: FiolaSoft
- License: mit
- Created: 2018-04-25T05:16:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T05:55:29.000Z (over 6 years ago)
- Last Synced: 2024-11-27T17:47:08.281Z (about 2 months ago)
- Topics: coding-standards, coding-style, php, php-codesniffer, php7
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coding standard
This is based on [doctrine/coding-standard](https://github.com/doctrine/coding-standard/) and heavily inspired by [ninjify/coding-standard](https://github.com/ninjify/coding-standard/)
-----
[![Downloads total](https://img.shields.io/packagist/dt/fiolasoft/coding-standard.svg?style=flat-square)](https://packagist.org/packages/fiolasoft/coding-standard)
[![Latest stable](https://img.shields.io/packagist/v/fiolasoft/coding-standard.svg?style=flat-square)](https://packagist.org/packages/fiolasoft/coding-standard)## Install
```bash
composer require --dev fiolasoft/coding-standard
```## Usage
Create `ruleset.xml` in root of your project.
**NOTE:** It is recommanded to use this with [FiolaSoft/qa](https://github.com/FiolaSoft/qa)
```
/tests/tmp```