adnanmula / coding-standard
Installs: 314
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:Makefile
Requires
- php: ^8.4
- slevomat/coding-standard: ^8.15
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>