Browse Source

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

+ 3
- 0
awesome-php.md View File

242
 * [Decoda](http://milesj.me/code/php/decoda) - A lightweight markup parser library.
242
 * [Decoda](http://milesj.me/code/php/decoda) - A lightweight markup parser library.
243
 * [PHP Markdown](https://github.com/michelf/php-markdown) - A markdown parser library.
243
 * [PHP Markdown](https://github.com/michelf/php-markdown) - A markdown parser library.
244
 * [Dflydev Markdown](https://github.com/dflydev/dflydev-markdown) - Another markdown parser library.
244
 * [Dflydev Markdown](https://github.com/dflydev/dflydev-markdown) - Another markdown parser library.
245
+* [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
245
 
246
 
246
 ## Text and Numbers
247
 ## Text and Numbers
247
 
248
 
308
 * [Compose](https://github.com/igorw/compose) - A function composition library.
309
 * [Compose](https://github.com/igorw/compose) - A function composition library.
309
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
310
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
310
 * [Underscore](http://brianhaveri.github.io/Underscore.php/) - A PHP port of the Underscore JS library.
311
 * [Underscore](http://brianhaveri.github.io/Underscore.php/) - A PHP port of the Underscore JS library.
312
+* [PHP PassBook](https://github.com/eymengunay/php-passbook) - A PHP library for iOS PassBook.
311
 
313
 
312
 ## Official APIs
314
 ## Official APIs
313
 
315
 
334
 * [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
336
 * [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
335
 * [DBV](http://dbv.vizuina.com/) - A database version control application.
337
 * [DBV](http://dbv.vizuina.com/) - A database version control application.
336
 * [Travis CI](https://travis-ci.org/) - A continuous integration platform.
338
 * [Travis CI](https://travis-ci.org/) - A continuous integration platform.
339
+* [Locust](http://locust.io/) - A modern load test library written in Python.
337
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
340
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
338
 
341
 
339
 # Resources
342
 # Resources

Loading…
Cancel
Save