From 3e115e0ea261188c009d47a4480d1e06a11bea07 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 20 Aug 2014 09:14:12 +0100 Subject: [PATCH] Added PHPCheckstyle --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d23ba3..11e0012 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project. * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP. * [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP. +* [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions. ## Build Tools *Project build and automation tools.*