adnanmula / coding-standard
Coding standard for my projects
Package info
github.com/adnanmula/coding-standard
Language:Makefile
pkg:composer/adnanmula/coding-standard
0.0.13
2025-08-08 12:48 UTC
Requires
- php: ^8.4
- slevomat/coding-standard: ^8.20
README
Use composer to require the library:
composer require --dev adnanmula/coding-standard
Create the phpcs.xml.dist configuration file and use the standard:
<?xml version="1.0" ?> <ruleset name="Project rules"> <rule ref="vendor/adnanmula/coding-standard/src/ruleset.xml" /> </ruleset>