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

DEPRECATED: Pragmatic PHP CodeSniffer Coding Standards. Use instead wizaplace/phpcs

License

Notifications You must be signed in to change notification settings

wizaplace/php-coding-standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.