An open API service indexing awesome lists of open source software.

https://github.com/vojtech-dobes/php-codestyle


https://github.com/vojtech-dobes/php-codestyle

code-style codesniffer coding-standard php phpcs

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# PHP code style for `vojtech-dobes` PHP projects

- uses [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer/)
- based on [Slevomat Coding Standard](https://github.com/slevomat/coding-standard)
- inspired by [`shipmonk-rnd/phpstan-rules`](https://github.com/shipmonk-rnd/phpstan-rules) & [`psr12ext`](https://github.com/roslov/psr12ext)

## Installation

To install the latest version, run the following command:

```
composer require vojtech-dobes/php-codestyle
```