From 0e2ca709aa75f4f6e10902784d352de35fe2b542 Mon Sep 17 00:00:00 2001 From: Zachary Queal Date: Mon, 3 Mar 2014 05:10:12 -0500 Subject: [PATCH] Added HTTPie --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d1f379..ec05809 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ 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. +* [HTTPie](https://github.com/jkbr/httpie) - A CLI, cURL-like tool for humans, and PHP. ## URL *Libraries for parsing URLs.*