Browse Source

Split out framework and micro framework extras.

pull/89/head
Jamie 11 years ago
parent
commit
a68302cc2b
1 changed files with 16 additions and 6 deletions
  1. 16
    6
      README.md

+ 16
- 6
README.md View File

5
 	- [Package Management](#package-management)
5
 	- [Package Management](#package-management)
6
 	- [Package Management Related](#package-management-related)
6
 	- [Package Management Related](#package-management-related)
7
 	- [Frameworks](#frameworks)
7
 	- [Frameworks](#frameworks)
8
+	- [Framework Extras](#framework-extras)
8
 	- [Framework Components](#framework-components)
9
 	- [Framework Components](#framework-components)
9
 	- [Micro Frameworks](#micro-frameworks)
10
 	- [Micro Frameworks](#micro-frameworks)
11
+	- [Micro Framework Extras](#micro-framework-extras)
10
 	- [Content Management Systems](#content-management-systems)
12
 	- [Content Management Systems](#content-management-systems)
11
 	- [Templating](#templating)
13
 	- [Templating](#templating)
12
 	- [Static Site Generators](#static-site-generators)
14
 	- [Static Site Generators](#static-site-generators)
75
 *Web development frameworks.*
77
 *Web development frameworks.*
76
 
78
 
77
 * [Symfony2](http://symfony.com/) - A framework comprised of individual components.
79
 * [Symfony2](http://symfony.com/) - A framework comprised of individual components.
78
-* [Knp RAD Bundle](http://rad.knplabs.com/) - A Rapid Application Development (RAD) bundle for Symfony 2.
79
 * [Zend Framework 2](http://framework.zend.com) - Another framework comprised of individual components.
80
 * [Zend Framework 2](http://framework.zend.com) - Another framework comprised of individual components.
80
 * [Laravel 4](http://laravel.com/) - A simple PHP framework.
81
 * [Laravel 4](http://laravel.com/) - A simple PHP framework.
81
 * [Lithium](http://li3.me/) - Another framework of components.
82
 * [Lithium](http://li3.me/) - Another framework of components.
82
 * [Aura PHP](http://auraphp.com/) - A framework of independent components.
83
 * [Aura PHP](http://auraphp.com/) - A framework of independent components.
83
 * [Phalcon](http://phalconphp.com/en/) - A framework implemented as a C extension.
84
 * [Phalcon](http://phalconphp.com/en/) - A framework implemented as a C extension.
85
+
86
+## Framework Extras
87
+**Web development framework extras.**
88
+
84
 * [Symfony CMF](https://github.com/symfony-cmf/symfony-cmf) - A Content Management Framework to create custom CMS.
89
 * [Symfony CMF](https://github.com/symfony-cmf/symfony-cmf) - A Content Management Framework to create custom CMS.
90
+* [Knp RAD Bundle](http://rad.knplabs.com/) - A Rapid Application Development (RAD) bundle for Symfony 2.
85
 
91
 
86
 ## Framework Components
92
 ## Framework Components
87
 *Web development frameworks' standalone components.*
93
 *Web development frameworks' standalone components.*
94
 *Micro frameworks and routers.*
100
 *Micro frameworks and routers.*
95
 
101
 
96
 * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
102
 * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
103
+* [Slim](http://www.slimframework.com/) - Another simple micro framework.
104
+* [Bullet PHP](http://bulletphp.com/) - A mico framework for building REST APIs.
105
+* [Klein](https://github.com/chriso/klein.php) - A fast routing library.
106
+* [Pux](https://github.com/c9s/Pux) - Another fast routing library.
107
+* [Fat Free Framework](https://github.com/bcosca/fatfree) - A powerful and easy-to-use micro framework.
108
+
109
+## Micro Framework Extras
110
+**Micro framework and router extras.**
111
+
97
 * [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A project skeleton for Silex.
112
 * [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A project skeleton for Silex.
98
 * [Silex Kitchen Sink Edition](https://github.com/lyrixx/Silex-Kitchen-Edition) - Another project skeleton for Silex.
113
 * [Silex Kitchen Sink Edition](https://github.com/lyrixx/Silex-Kitchen-Edition) - Another project skeleton for Silex.
99
 * [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex.
114
 * [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex.
100
 * [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
115
 * [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
101
-* [Slim](http://www.slimframework.com/) - Another simple micro framework.
102
 * [Slim Skeleton](https://github.com/codeguy/Slim-Skeleton) - A skeleton for Slim.
116
 * [Slim Skeleton](https://github.com/codeguy/Slim-Skeleton) - A skeleton for Slim.
103
 * [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim.
117
 * [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim.
104
 * [Slim Middleware](https://github.com/codeguy/Slim-Middleware) - A collection of custom middleware for Slim.
118
 * [Slim Middleware](https://github.com/codeguy/Slim-Middleware) - A collection of custom middleware for Slim.
105
-* [Bullet PHP](http://bulletphp.com/) - A mico framework for building REST APIs.
106
-* [Klein](https://github.com/chriso/klein.php) - A fast routing library.
107
-* [Pux](https://github.com/c9s/Pux) - Another fast routing library.
108
-* [Fat Free Framework](https://github.com/bcosca/fatfree) - A powerful and easy-to-use micro framework.
109
 
119
 
110
 ## Content Management Systems
120
 ## Content Management Systems
111
 *Modern content management systems.*
121
 *Modern content management systems.*

Loading…
Cancel
Save