This project consists of a class that has one goal: Get all the available keys from PHP_CodeSniffer's Sniffs folders.
The getKeysFromSniffs.php
file adds a rather simple interface to this
functionality from either a web host or command-line.
Webhostexample
http://your.example.com/?dir=/path/to/code/sniffs/
Commandline example
php getKeysFromSniffs.php /path/to/code/sniffs/
Requires PHP 5.3 or higher
Licensed under GPL3+