adnanmula/coding-standard

Installs: 232

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:Makefile

0.0.10 2024-04-22 10:11 UTC

This package is auto-updated.

Last update: 2024-04-22 10:13:39 UTC


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>