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
- Host: GitHub
- URL: https://github.com/vojtech-dobes/php-codestyle
- Owner: vojtech-dobes
- License: bsd-3-clause
- Created: 2025-06-09T06:38:04.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-06-09T07:31:04.000Z (8 months ago)
- Last Synced: 2025-06-09T08:20:32.253Z (8 months ago)
- Topics: code-style, codesniffer, coding-standard, php, phpcs
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```