|
|
@@ -136,6 +136,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
|
|
136
|
136
|
* [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library.
|
|
137
|
137
|
* [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code.
|
|
138
|
138
|
* [PHP Refactoring Browser](https://github.com/QafooLabs/php-refactoring-browser) - A command line utility for refactoring PHP code.
|
|
|
139
|
+* [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
|
|
139
|
140
|
|
|
140
|
141
|
## Build Tools
|
|
141
|
142
|
|
|
|
@@ -155,6 +156,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
|
|
155
|
156
|
|
|
156
|
157
|
* [GeoCoder](http://geocoder-php.org/) - A geocoding library.
|
|
157
|
158
|
* [GeoTools](https://github.com/toin0u/Geotools) - A library of geo-related tools.
|
|
|
159
|
+* [PHPGeo](https://github.com/mjaschen/phpgeo) - A simple geo library.
|
|
158
|
160
|
|
|
159
|
161
|
## Date and Time
|
|
160
|
162
|
|
|
|
@@ -301,6 +303,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
|
|
301
|
303
|
* [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
|
|
302
|
304
|
* [Compose](https://github.com/igorw/compose) - A function composition library.
|
|
303
|
305
|
* [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
|
|
|
306
|
+* [Underscore](http://brianhaveri.github.io/Underscore.php/) - A PHP port of the Underscore JS library.
|
|
304
|
307
|
|
|
305
|
308
|
## Official APIs
|
|
306
|
309
|
|