zingle-com/php-coding-standard

PHP Coding Standards for Zingle Projects

0.0.1 2020-11-10 16:53 UTC

This package is auto-updated.

Last update: 2024-04-11 00:30:04 UTC


README

Usage

composer require zingle-com/php-coding-standard

In your projects PHP CS settings file add:

<?xml version="1.0"?>
<ruleset>
    <rule ref="vendor/zingle-com/php-coding-standard" />
</ruleset>

Tada! You now are using Zingle PHP standards.