Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 926 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 926 Bytes

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.