Browse Source

pull/4/head
Jamie York 12 years ago
parent
commit
1570cc2852
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      awesome-php.md

+ 3
- 0
awesome-php.md View File

136
 * [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library.
136
 * [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library.
137
 * [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code.
137
 * [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code.
138
 * [PHP Refactoring Browser](https://github.com/QafooLabs/php-refactoring-browser) - A command line utility for refactoring PHP code.
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
 ## Build Tools
141
 ## Build Tools
141
 
142
 
155
 
156
 
156
 * [GeoCoder](http://geocoder-php.org/) - A geocoding library.
157
 * [GeoCoder](http://geocoder-php.org/) - A geocoding library.
157
 * [GeoTools](https://github.com/toin0u/Geotools) - A library of geo-related tools.
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
 ## Date and Time
161
 ## Date and Time
160
 
162
 
301
 * [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
303
 * [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
302
 * [Compose](https://github.com/igorw/compose) - A function composition library.
304
 * [Compose](https://github.com/igorw/compose) - A function composition library.
303
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
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
 ## Official APIs
308
 ## Official APIs
306
 
309
 

Loading…
Cancel
Save