|
|
|
|
|
|
144
|
## HTTP
|
144
|
## HTTP
|
|
145
|
*Libraries for working with HTTP and scraping websites.*
|
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
|
* [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
|
148
|
* [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
|
|
149
|
* [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
|
149
|
* [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
|
|
|
|
150
|
+* [HTTPFul](https://github.com/nategood/httpful) - A chainable HTTP client.
|
|
150
|
* [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
|
151
|
* [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
|
|
151
|
* [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
|
152
|
* [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
|
|
152
|
|
153
|
|
|
|
|
|
|
|
513
|
|
514
|
|
|
514
|
* [Pomander](https://github.com/tamagokun/pomander) - A deployment tool for PHP applications.
|
515
|
* [Pomander](https://github.com/tamagokun/pomander) - A deployment tool for PHP applications.
|
|
515
|
* [Rocketeer](https://github.com/Anahkiasen/rocketeer) - A fast and easy deployer for the PHP world.
|
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
|
## Third Party APIs
|
519
|
## Third Party APIs
|
|
518
|
*Libraries for accessing third party APIs.*
|
520
|
*Libraries for accessing third party APIs.*
|