From bfa0d08d9564b650994391c2d803a38f99b071a0 Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 27 Nov 2013 17:38:28 -0700 Subject: [PATCH] Add Bolt to new CMS category. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f0cb5f1..8b0d470 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. - [Frameworks](#frameworks) - [Framework Components](#framework-components) - [Micro Frameworks](#micro-frameworks) + - [Content Management Systems](#content-management-systems) - [Templating](#templating) - [HTTP](#http) - [URL](#url) @@ -101,6 +102,11 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Bullet PHP](http://bulletphp.com/) - A mico framework for building REST APIs. * [Klein](https://github.com/chriso/klein.php) - A fast routing library. +## Content Management Systems +*Modern content management systems.* + +* [Bolt](https://github.com/bolt/bolt) - A simple CMS built with Silex and Twig. + ## Templating *Libraries and tools for templating and lexing.*