From 112e96eb95d0ed023c49d29efc3c1c92735bde21 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 11 Jul 2014 18:56:53 -0600 Subject: [PATCH] Add more suggestions. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14ad2dc3..1b5a9e8d 100644 --- a/README.md +++ b/README.md @@ -144,9 +144,10 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. ## HTTP *Libraries for working with HTTP and scraping websites.* -* [Guzzle](http://guzzlephp.org/) - A HTTP client. +* [Guzzle](http://guzzlephp.org/) - A comprehensive HTTP client. * [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client. * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library. +* [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. @@ -513,6 +514,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Pomander](https://github.com/tamagokun/pomander) - A deployment tool for PHP applications. * [Rocketeer](https://github.com/Anahkiasen/rocketeer) - A fast and easy deployer for the PHP world. +* [Envoy](https://github.com/laravel/envoy) - An tool to run SSH tasks with PHP. ## Third Party APIs *Libraries for accessing third party APIs.*