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.
PHP_CodeSniffer 3. (3.0.2 or greater).
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
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