1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-05 07:50:47 +00:00

Add Bolt to new CMS category.

This commit is contained in:
Jamie 2013-11-27 17:38:28 -07:00
parent 2b551edd99
commit bfa0d08d95

View File

@ -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.*