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: 3 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T05:55:29.000Z (about 7 years ago)
- Last Synced: 2025-01-26T10:30:50.855Z (5 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/)
-----
[](https://packagist.org/packages/fiolasoft/coding-standard)
[](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```