From 2544593dacae081368ae2faacea5f4a9a23bb9b1 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Tue, 9 Apr 2013 15:40:13 +0000 Subject: [PATCH] --- awesome-php.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awesome-php.md b/awesome-php.md index 7708ea9..73a180b 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -151,6 +151,8 @@ A list of amazingly awesome PHP libraries that you should consider using (and so * [PHP Markdown](https://github.com/michelf/php-markdown) - A markdown parser library. * [Dflydev Markdown](https://github.com/dflydev/dflydev-markdown) - Another markdown parser library. * [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 convertor library. +* [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks. +* [Sentry](https://github.com/cartalyst/sentry) - A framework agnostic authentication & authorisation library. # Official APIs @@ -170,6 +172,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so * [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. * [PHP Analyser](https://github.com/scrutinizer-ci/php-analyzer) - A library for analysing PHP code to find bugs and errors. +* [PHP Refactoring Browser](https://github.com/QafooLabs/php-refactoring-browser) - A command line utility for refactoring PHP code. * [Zend Optimizer Plus](https://github.com/zend-dev/ZendOptimizerPlus) - A Zend engine opcode cacher and optimiser. * [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends. * [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.