Browse Source

Add more libraries to Markup, Templating and Misc categories.

pull/4/head
Jamie 12 years ago
parent
commit
3e030a81e8
1 changed files with 7 additions and 2 deletions
  1. 7
    2
      awesome-php.md

+ 7
- 2
awesome-php.md View File

102
 * [Phly Mustache](https://github.com/weierophinney/phly_mustache) - Another PHP implementation of the Mustache template language.
102
 * [Phly Mustache](https://github.com/weierophinney/phly_mustache) - Another PHP implementation of the Mustache template language.
103
 * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
103
 * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
104
 * [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
104
 * [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
105
+* [Sculpin](http://symfony.com/projects/sculpin) - A library that converts Markdown and Twig into static HTML.
105
 
106
 
106
 ## HTTP
107
 ## HTTP
107
 *Libraries for working with HTTP and scraping websites.*
108
 *Libraries for working with HTTP and scraping websites.*
361
 *Libraries for working with markup.*
362
 *Libraries for working with markup.*
362
 
363
 
363
 * [Decoda](http://milesj.me/code/php/decoda) - A lightweight markup parser library.
364
 * [Decoda](http://milesj.me/code/php/decoda) - A lightweight markup parser library.
364
-* [PHP Markdown](https://github.com/michelf/php-markdown) - A markdown parser library.
365
-* [Dflydev Markdown](https://github.com/dflydev/dflydev-markdown) - Another markdown parser library.
365
+* [PHP Markdown](https://github.com/michelf/php-markdown) - A Markdown parser.
366
+* [Dflydev Markdown](https://github.com/dflydev/dflydev-markdown) - Another Markdown parser.
367
+* [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
368
+* [Ciconia](https://github.com/kzykhys/Ciconia) - Another Markdown parser that supports Github flavoured Markdown.
366
 * [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
369
 * [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
367
 
370
 
368
 ## Text and Numbers
371
 ## Text and Numbers
437
 
440
 
438
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
441
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
439
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
442
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
443
+* [JSONPCallbackValidator](https://github.com/willdurand/JsonpCallbackValidator) - A library for validating JSONP callbacks.
440
 * [KnpMenu](https://github.com/KnpLabs/KnpMenu) - A menu library.
444
 * [KnpMenu](https://github.com/KnpLabs/KnpMenu) - A menu library.
441
 * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
445
 * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
442
 * [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
446
 * [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
474
 * [Lib Country](https://github.com/phine/lib-country) - A library for country and subdivision data.
478
 * [Lib Country](https://github.com/phine/lib-country) - A library for country and subdivision data.
475
 * [Lib Accessor](https://github.com/phine/lib-accessor) - A library for simplifying accessors.
479
 * [Lib Accessor](https://github.com/phine/lib-accessor) - A library for simplifying accessors.
476
 * [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
480
 * [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
481
+* [Nmap](https://github.com/willdurand/nmap) - A PHP wrapper around [Nmap](http://nmap.org/).
477
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
482
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
478
 
483
 
479
 ## Development Software
484
 ## Development Software

Loading…
Cancel
Save