Add HttpRefererFilter to HTTP section

This commit is contained in:
Gabriel Jacinto 2015-01-21 04:53:51 -02:00
parent bd763dd02a
commit 12dd8e96dc

View File

@ -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.*