stadly / php-style
Coding standard for Stadly PHP projects.
Installs: 603
Dependents: 7
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/stadly/php-style
Requires
- php: >=7.1
- slevomat/coding-standard: ^8.0
- squizlabs/php_codesniffer: ^3.3.1
This package is auto-updated.
Last update: 2025-09-19 13:46:43 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.