Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1.23 KB

README.md

File metadata and controls

24 lines (12 loc) · 1.23 KB

CodeIgniter3-Standard

My CodeIgniter3 Coding Standard

CodeIgniter 3 coding standard for use with PHP_CodeSniffer 3. (Converted from my old PHP_CodeSniffer 2.x version)

Still a work in progress but usable.

Requirements

PHP_CodeSniffer 3. (3.0.2 or greater).

Install

Create a symbolic link to the CodeIgniter3-Standard/CodeIgniter3 directory in php_codesniffer/src/Standards/ eg.

ln -s ~/Documents/Projects/CodeIgniter3-Standard/CodeIgniter3 ~/.composer/vendor/squizlabs/php_codesniffer/src/Standards/CodeIgniter3

Credits

Thanks to Thomas Ernest and Erik Torsner for giving me the starting points to build this standard originally a few years back and a big thanks to Squiz Labs for building PHP_CodeSniffer.

Thanks to EllisLab for originally creating CodeIgniter and the British Columbia Institute of Technology for continuing the project