From 0609a910da1550136781b257600bcfa7f4637f7c Mon Sep 17 00:00:00 2001 From: ziadoz Date: Thu, 24 May 2012 09:21:26 -0700 Subject: [PATCH] --- awesome-php.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awesome-php.md b/awesome-php.md index 7057cb3..7783ff9 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -32,6 +32,8 @@ A list of amazingly awesome PHP libraries that you should be using: * [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library. * [Spork](https://github.com/kriswallsmith/spork) - A process forking library. * [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standard compliant HTML filter. +* [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library. +* [React](https://github.com/react-php/react) - An event driven non-blocking library. # Bonus Extras