|
|
@@ -102,6 +102,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
102
|
102
|
* [Phly Mustache](https://github.com/weierophinney/phly_mustache) - Another PHP implementation of the Mustache template language.
|
|
103
|
103
|
* [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
|
|
104
|
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
|
107
|
## HTTP
|
|
107
|
108
|
*Libraries for working with HTTP and scraping websites.*
|
|
|
@@ -361,8 +362,10 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
361
|
362
|
*Libraries for working with markup.*
|
|
362
|
363
|
|
|
363
|
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
|
369
|
* [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
|
|
367
|
370
|
|
|
368
|
371
|
## Text and Numbers
|
|
|
@@ -437,6 +440,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
437
|
440
|
|
|
438
|
441
|
* [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
|
|
439
|
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
|
444
|
* [KnpMenu](https://github.com/KnpLabs/KnpMenu) - A menu library.
|
|
441
|
445
|
* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
|
|
442
|
446
|
* [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
|
|
|
@@ -474,6 +478,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
474
|
478
|
* [Lib Country](https://github.com/phine/lib-country) - A library for country and subdivision data.
|
|
475
|
479
|
* [Lib Accessor](https://github.com/phine/lib-accessor) - A library for simplifying accessors.
|
|
476
|
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
|
482
|
* [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
|
|
478
|
483
|
|
|
479
|
484
|
## Development Software
|