From 2dcafb40c5831c0de10743c4d180f43e33864cd2 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Tue, 19 Feb 2013 18:04:39 +0000 Subject: [PATCH] --- awesome-php.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awesome-php.md b/awesome-php.md index 169356e..d35dbd9 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -134,9 +134,10 @@ A list of amazingly awesome PHP libraries that you should consider using (and so * [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library. * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP. * [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code. -* [Zend Optimizer +](https://github.com/zend-dev/ZendOptimizerPlus) - A Zend engine opcode cacher and optimiser. +* [Zend Optimizer Plus](https://github.com/zend-dev/ZendOptimizerPlus) - A Zend engine opcode cacher and optimiser. * [PHP Queue](https://github.com/miccheng/php-queue) - An application for managing queueing backends. * [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP. +* [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependecies for security advisories. * [DBV](http://dbv.vizuina.com/) - A database version control application. * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.