wizaplace/php-coding-standard

This package is abandoned and no longer maintained. No replacement package was suggested.

Pragmatic Symfony CodeSniffer Coding Standards.

v1.1.5 2019-12-24 09:53 UTC

This package is auto-updated.

Last update: 2021-11-18 18:27:17 UTC


README

DEPRECATED: use instead wizaplace/phpcs

Wizaplace's pragmatic PHP standard based on the Symfony coding standards.

Installation

Install dependencies :

$ composer require --dev wizaplace/php-coding-standard

To use it with Coke, just add this line to your .coke :

standard=vendor/wizaplace/php-coding-standard/Wizaplace

If you are using PHP CodeSniffer, you can set it up with a phpcs.xml file:

<?xml version="1.0"?>
<ruleset>
    <rule ref="vendor/wizaplace/php-coding-standard/Wizaplace/ruleset.xml"/>
</ruleset>

Credits

Developped by Wizaplace using djoos/Symfony2-coding-standard.

License

This project is licensed under the MIT license.