mirror of
https://github.com/namibia/awesome-php.git
synced 2024-11-10 15:20:54 +00:00
commit
18564bf145
@ -17,6 +17,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
- [Templating](#templating)
|
- [Templating](#templating)
|
||||||
- [Static Site Generators](#static-site-generators)
|
- [Static Site Generators](#static-site-generators)
|
||||||
- [HTTP](#http)
|
- [HTTP](#http)
|
||||||
|
- [Middlewares](#middlewares)
|
||||||
- [URL](#url)
|
- [URL](#url)
|
||||||
- [Email](#email)
|
- [Email](#email)
|
||||||
- [Files](#files)
|
- [Files](#files)
|
||||||
@ -134,10 +135,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
|
|
||||||
* [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A project skeleton for Silex.
|
* [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A project skeleton for Silex.
|
||||||
* [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex.
|
* [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex.
|
||||||
* [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
|
|
||||||
* [Slim Skeleton](https://github.com/codeguy/Slim-Skeleton) - A skeleton for Slim.
|
* [Slim Skeleton](https://github.com/codeguy/Slim-Skeleton) - A skeleton for Slim.
|
||||||
* [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim.
|
* [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim.
|
||||||
* [Slim Middleware](https://github.com/codeguy/Slim-Middleware) - A collection of custom middleware for Slim.
|
|
||||||
|
|
||||||
## Routers
|
## Routers
|
||||||
**Libraries for handling application routing.**
|
**Libraries for handling application routing.**
|
||||||
@ -174,6 +173,12 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
* [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
|
* [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
|
||||||
* [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
|
* [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
|
||||||
|
|
||||||
|
## Middlewares
|
||||||
|
*Libraries for building application using middlewares.*
|
||||||
|
* [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
|
||||||
|
* [Slim Middleware](https://github.com/codeguy/Slim-Middleware) - A collection of custom middleware for Slim.
|
||||||
|
* [Conduit](https://github.com/phly/conduit) - Port of [Sencha Connect](https://github.com/senchalabs/connect) to PHP.
|
||||||
|
|
||||||
## URL
|
## URL
|
||||||
*Libraries for parsing URLs.*
|
*Libraries for parsing URLs.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user