supportpal/coding-standard

SupportPal PHP coding standard.

Installs: 24 173

Dependents: 6

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/supportpal/coding-standard

v0.4.5 2025-05-29 14:40 UTC

This package is auto-updated.

Last update: 2025-09-29 15:15:14 UTC


README

SupportPal PHPCS coding standard.

Installation

composer require supportpal/coding-standard --dev

Usage

Default ruleset

phpcs standard=vendor/supportpal/coding-standard .

Custom ruleset

Create a phpcs.xml file:

<?xml version="1.0"?>
<ruleset name="CustomSupportPal">
    <description>Custom PHPCS config based on the SupportPal coding standard.</description>

    <rule ref="vendor/supportpal/coding-standard" />
</ruleset>