ソースを参照

Split out framework and micro framework extras.

pull/89/head
Jamie 11年前
コミット
a68302cc2b
1個のファイルの変更16行の追加6行の削除
  1. 16
    6
      README.md

+ 16
- 6
README.md ファイルの表示

@@ -5,8 +5,10 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
5 5
 	- [Package Management](#package-management)
6 6
 	- [Package Management Related](#package-management-related)
7 7
 	- [Frameworks](#frameworks)
8
+	- [Framework Extras](#framework-extras)
8 9
 	- [Framework Components](#framework-components)
9 10
 	- [Micro Frameworks](#micro-frameworks)
11
+	- [Micro Framework Extras](#micro-framework-extras)
10 12
 	- [Content Management Systems](#content-management-systems)
11 13
 	- [Templating](#templating)
12 14
 	- [Static Site Generators](#static-site-generators)
@@ -75,13 +77,17 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
75 77
 *Web development frameworks.*
76 78
 
77 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 80
 * [Zend Framework 2](http://framework.zend.com) - Another framework comprised of individual components.
80 81
 * [Laravel 4](http://laravel.com/) - A simple PHP framework.
81 82
 * [Lithium](http://li3.me/) - Another framework of components.
82 83
 * [Aura PHP](http://auraphp.com/) - A framework of independent components.
83 84
 * [Phalcon](http://phalconphp.com/en/) - A framework implemented as a C extension.
85
+
86
+## Framework Extras
87
+**Web development framework extras.**
88
+
84 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 92
 ## Framework Components
87 93
 *Web development frameworks' standalone components.*
@@ -94,18 +100,22 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
94 100
 *Micro frameworks and routers.*
95 101
 
96 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 112
 * [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A project skeleton for Silex.
98 113
 * [Silex Kitchen Sink Edition](https://github.com/lyrixx/Silex-Kitchen-Edition) - Another project skeleton for Silex.
99 114
 * [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex.
100 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 116
 * [Slim Skeleton](https://github.com/codeguy/Slim-Skeleton) - A skeleton for Slim.
103 117
 * [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim.
104 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 120
 ## Content Management Systems
111 121
 *Modern content management systems.*

読み込み中…
キャンセル
保存