Search by

adnanmula / coding-standard

Coding standard for my projects

Maintainers

Package info

github.com/adnanmula/coding-standard

Language:Makefile

pkg:composer/adnanmula/coding-standard

Transparency log

Statistics

Installs: 650

Dependents: 3

Suggesters: 0

Stars: 1

Open Issues: 0

0.0.14 2026-08-22 09:32 UTC

This package is auto-updated.

Last update: 2026-08-22 09:42:44 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>