stadly / php-style
Coding standard for Stadly PHP projects.
v1.1.2
2023-09-19 09:26 UTC
Requires
- php: >=7.1
- slevomat/coding-standard: ^8.0
- squizlabs/php_codesniffer: ^3.3.1
This package is auto-updated.
Last update: 2024-10-19 11:55:09 UTC
README
Coding standard for Stadly PHP projects.
Install
Install package stadly/php-style
with Composer:
composer require --dev stadly/php-style
Usage
Run PHP_CodeSniffer with this standard:
vendor/bin/phpcs src --standard=vendor/stadly/php-style/StadlyCodingStandard -p
For further usage options, see the PHP_CodeSniffer documentation.
Security
If you discover any security related issues, please email magnar@myrtveit.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.