|
|
@@ -9,6 +9,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
9
|
9
|
- [Micro Frameworks](#micro-frameworks)
|
|
10
|
10
|
- [Content Management Systems](#content-management-systems)
|
|
11
|
11
|
- [Templating](#templating)
|
|
|
12
|
+ - [Static Site Generators](#static-site-generators)
|
|
12
|
13
|
- [HTTP](#http)
|
|
13
|
14
|
- [URL](#url)
|
|
14
|
15
|
- [Email](#email)
|
|
|
@@ -117,8 +118,12 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
117
|
118
|
* [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
|
|
118
|
119
|
* [Plates](http://platesphp.com/) - A native PHP templating library.
|
|
119
|
120
|
* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
|
|
|
121
|
+
|
|
|
122
|
+## Static Site Generators
|
|
|
123
|
+*Tools for pre-processing all content, applying templates before publication to generate web pages.*
|
|
120
|
124
|
* [Sculpin](http://sculpin.io) - A library that converts Markdown and Twig into static HTML.
|
|
121
|
125
|
* [Phrozn](http://phrozn.info) - Static site generator converts Textile, Markdown and Twig into HTML.
|
|
|
126
|
+* [Carew](http://carew.github.io/) - Carew is another static site / blog generator with Markdown support.
|
|
122
|
127
|
|
|
123
|
128
|
## HTTP
|
|
124
|
129
|
*Libraries for working with HTTP and scraping websites.*
|