Browse Source

Add more suggestions.

pull/159/head
Jamie 11 years ago
parent
commit
112e96eb95
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      README.md

+ 3
- 1
README.md View File

@@ -144,9 +144,10 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
144 144
 ## HTTP
145 145
 *Libraries for working with HTTP and scraping websites.*
146 146
 
147
-* [Guzzle](http://guzzlephp.org/) - A HTTP client.
147
+* [Guzzle](http://guzzlephp.org/) - A comprehensive HTTP client.
148 148
 * [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
149 149
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
150
+* [HTTPFul](https://github.com/nategood/httpful) - A chainable HTTP client.
150 151
 * [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
151 152
 * [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
152 153
 
@@ -513,6 +514,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
513 514
 
514 515
 * [Pomander](https://github.com/tamagokun/pomander) - A deployment tool for PHP applications.
515 516
 * [Rocketeer](https://github.com/Anahkiasen/rocketeer) - A fast and easy deployer for the PHP world.
517
+* [Envoy](https://github.com/laravel/envoy) - An tool to run SSH tasks with PHP.
516 518
 
517 519
 ## Third Party APIs
518 520
 *Libraries for accessing third party APIs.*

Loading…
Cancel
Save