From 1570cc2852642ec22cde64a0085b8a660f415ffd Mon Sep 17 00:00:00 2001 From: Jamie York Date: Sun, 9 Jun 2013 00:17:31 -0700 Subject: [PATCH] --- awesome-php.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awesome-php.md b/awesome-php.md index 398b4a1..643b0ca 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -136,6 +136,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things. * [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library. * [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code. * [PHP Refactoring Browser](https://github.com/QafooLabs/php-refactoring-browser) - A command line utility for refactoring PHP code. +* [UBench](https://github.com/devster/ubench) - A simple micro benchmark library. ## Build Tools @@ -155,6 +156,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things. * [GeoCoder](http://geocoder-php.org/) - A geocoding library. * [GeoTools](https://github.com/toin0u/Geotools) - A library of geo-related tools. +* [PHPGeo](https://github.com/mjaschen/phpgeo) - A simple geo library. ## Date and Time @@ -301,6 +303,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things. * [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks. * [Compose](https://github.com/igorw/compose) - A function composition library. * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized. +* [Underscore](http://brianhaveri.github.io/Underscore.php/) - A PHP port of the Underscore JS library. ## Official APIs