|
|
@@ -9,7 +9,6 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
9
|
9
|
- [Framework Components](#framework-components)
|
|
10
|
10
|
- [Micro Frameworks](#micro-frameworks)
|
|
11
|
11
|
- [Micro Framework Extras](#micro-framework-extras)
|
|
12
|
|
- - [Content Management Systems](#content-management-systems)
|
|
13
|
12
|
- [Templating](#templating)
|
|
14
|
13
|
- [Static Site Generators](#static-site-generators)
|
|
15
|
14
|
- [HTTP](#http)
|
|
|
@@ -117,11 +116,6 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
117
|
116
|
* [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim.
|
|
118
|
117
|
* [Slim Middleware](https://github.com/codeguy/Slim-Middleware) - A collection of custom middleware for Slim.
|
|
119
|
118
|
|
|
120
|
|
-## Content Management Systems
|
|
121
|
|
-*Modern content management systems.*
|
|
122
|
|
-
|
|
123
|
|
-* [Bolt](https://github.com/bolt/bolt) - A simple CMS built with Silex and Twig.
|
|
124
|
|
-
|
|
125
|
119
|
## Templating
|
|
126
|
120
|
*Libraries and tools for templating and lexing.*
|
|
127
|
121
|
|