From 27a52fc8d7e3db410defbc8836f7c05a9931f642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20Tayyar=20BE=C5=9E=C4=B0K?= Date: Sun, 6 Jul 2014 13:56:03 +0300 Subject: [PATCH] Update README.md added symfony http components under http title. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a1aecff..33e7143 100644 --- a/README.md +++ b/README.md @@ -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.*