From 12dd8e96dcf82c2bbf17303071b0b0f59f1e9d40 Mon Sep 17 00:00:00 2001 From: Gabriel Jacinto Date: Wed, 21 Jan 2015 04:53:51 -0200 Subject: [PATCH] Add HttpRefererFilter to HTTP section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e58ce57..8abe5fb 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [HTTPFul](https://github.com/nategood/httpful) - A chainable HTTP client. * [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. +* [HttpRefererFilter](https://github.com/GabrielJMJ/HttpRefererFilter) - Filter to allow or block HTTP referers ## URL *Libraries for parsing URLs.*