adnanmula/coding-standard

Coding standard for my projects

Maintainers

Package info

github.com/adnanmula/coding-standard

Language:Makefile

pkg:composer/adnanmula/coding-standard

Statistics

Installs: 579

Dependents: 3

Suggesters: 0

Stars: 1

Open Issues: 0

0.0.13 2025-08-08 12:48 UTC

This package is auto-updated.

Last update: 2026-03-08 14:21:46 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>