Update README.md

added symfony http components under http title.
This commit is contained in:
Hasan Tayyar BEŞİK 2014-07-06 13:56:03 +03:00
parent d787cddb52
commit 27a52fc8d7

View File

@ -139,6 +139,8 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
* [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.
* [Symfony HttpFoundation](https://github.com/symfony/HttpFoundation) - Defines an object-oriented layer for the HTTP specification.
* [Symfony HttpKernel](https://github.com/symfony/HttpKernel) - Provides the building blocks to create flexible and fast HTTP-based frameworks.
## URL
*Libraries for parsing URLs.*