|
|
@@ -16,6 +16,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
16
|
16
|
- [Templating](#templating)
|
|
17
|
17
|
- [Static Site Generators](#static-site-generators)
|
|
18
|
18
|
- [HTTP](#http)
|
|
|
19
|
+ - [Middlewares](#middlewares)
|
|
19
|
20
|
- [URL](#url)
|
|
20
|
21
|
- [Email](#email)
|
|
21
|
22
|
- [Files](#files)
|
|
|
@@ -127,10 +128,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
127
|
128
|
|
|
128
|
129
|
* [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A project skeleton for Silex.
|
|
129
|
130
|
* [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex.
|
|
130
|
|
-* [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
|
|
131
|
131
|
* [Slim Skeleton](https://github.com/codeguy/Slim-Skeleton) - A skeleton for Slim.
|
|
132
|
132
|
* [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim.
|
|
133
|
|
-* [Slim Middleware](https://github.com/codeguy/Slim-Middleware) - A collection of custom middleware for Slim.
|
|
134
|
133
|
|
|
135
|
134
|
## Templating
|
|
136
|
135
|
*Libraries and tools for templating and lexing.*
|
|
|
@@ -160,6 +159,12 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
160
|
159
|
* [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
|
|
161
|
160
|
* [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
|
|
162
|
161
|
|
|
|
162
|
+## Middlewares
|
|
|
163
|
+*Libraries for building application using middlewares.*
|
|
|
164
|
+* [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
|
|
|
165
|
+* [Slim Middleware](https://github.com/codeguy/Slim-Middleware) - A collection of custom middleware for Slim.
|
|
|
166
|
+* [Conduit](https://github.com/phly/conduit) - Port of [Sencha Connect](https://github.com/senchalabs/connect) to PHP.
|
|
|
167
|
+
|
|
163
|
168
|
## URL
|
|
164
|
169
|
*Libraries for parsing URLs.*
|
|
165
|
170
|
|