dek-cz/coding-standard

There is no license information available for the latest version (1.0.6) of this package.

Dek Coding Style

Installs: 4 010

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/dek-cz/coding-standard

1.0.6 2023-01-24 12:49 UTC

This package is auto-updated.

Last update: 2025-10-05 12:04:04 UTC


README

Downloads this Month Latest stable

DEK coding style rules of PHPCodeSniffer.

Installation

Install the dek-cz/coding-standard with Composer:

composer require --dev dek-cz/coding-standard

Usage

Just include the ruleset.xml standard in you project's ruleset.xml

<?xml version="1.0"?>
<ruleset name="My Project">
    <rule ref="vendor/dek-cz/coding-standard/DekCodingStandard/ruleset.xml"/>

    <!-- custom settings -->
</ruleset>