Update README.md

This commit is contained in:
Andy Truong 2014-07-17 21:54:10 +07:00
parent 51605e8a40
commit 7c8242efe4

View File

@ -113,7 +113,6 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs. * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
* [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library. * [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.
* [Pux](https://github.com/c9s/Pux) - Another fast routing library. * [Pux](https://github.com/c9s/Pux) - Another fast routing library.
* [Luracast Restler](http://restler3.luracast.com) - A simple and effective multi-format Web API Server.
## Micro Framework Extras ## Micro Framework Extras
*Extras related to micro frameworks and routers.* *Extras related to micro frameworks and routers.*
@ -486,6 +485,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library. * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
* [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library. * [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library.
* [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library. * [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library.
* [Luracast Restler](http://restler3.luracast.com) - A simple and effective multi-format Web API Server.
## Caching ## Caching
*Libraries for caching data.* *Libraries for caching data.*