|
|
@@ -8,6 +8,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
8
|
8
|
- [Frameworks](#frameworks)
|
|
9
|
9
|
- [Framework Components](#framework-components)
|
|
10
|
10
|
- [Micro Frameworks](#micro-frameworks)
|
|
|
11
|
+ - [Content Management Systems](#content-management-systems)
|
|
11
|
12
|
- [Templating](#templating)
|
|
12
|
13
|
- [HTTP](#http)
|
|
13
|
14
|
- [URL](#url)
|
|
|
@@ -101,6 +102,11 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
101
|
102
|
* [Bullet PHP](http://bulletphp.com/) - A mico framework for building REST APIs.
|
|
102
|
103
|
* [Klein](https://github.com/chriso/klein.php) - A fast routing library.
|
|
103
|
104
|
|
|
|
105
|
+## Content Management Systems
|
|
|
106
|
+*Modern content management systems.*
|
|
|
107
|
+
|
|
|
108
|
+* [Bolt](https://github.com/bolt/bolt) - A simple CMS built with Silex and Twig.
|
|
|
109
|
+
|
|
104
|
110
|
## Templating
|
|
105
|
111
|
*Libraries and tools for templating and lexing.*
|
|
106
|
112
|
|