Browse Source

Remove old library. Add Symfony HTTP Client.

pull/1003/head
Jamie 6 years ago
parent
commit
4202c9f39e
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      README.md

+ 2
- 1
README.md View File

204
 
204
 
205
 * [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
205
 * [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
206
 * [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client.
206
 * [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client.
207
-* [HTTPFul](https://github.com/nategood/httpful) - A chainable HTTP client.
208
 * [HTTPlug](http://httplug.io) - An HTTP client abstraction without binding to a specific implementation.
207
 * [HTTPlug](http://httplug.io) - An HTTP client abstraction without binding to a specific implementation.
209
 * [PHP VCR](https://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
208
 * [PHP VCR](https://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
210
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
209
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
211
 * [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
210
 * [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
211
+* [Symfony HTTP Client](https://symfony.com/doc/current/components/http_client.html) - A component to fetch HTTP resources synchronously or asynchronously.
212
 * [zend-diactoros](https://github.com/zendframework/zend-diactoros) - PSR-7 HTTP Message implementation.
212
 * [zend-diactoros](https://github.com/zendframework/zend-diactoros) - PSR-7 HTTP Message implementation.
213
 
213
 
214
 ### Scraping
214
 ### Scraping
216
 
216
 
217
 * [Embed](https://github.com/oscarotero/Embed) - An information extractor from any web service or page.
217
 * [Embed](https://github.com/oscarotero/Embed) - An information extractor from any web service or page.
218
 * [Goutte](https://github.com/FriendsOfPHP/Goutte) - A simple web scraper.
218
 * [Goutte](https://github.com/FriendsOfPHP/Goutte) - A simple web scraper.
219
+* [Symfony Panther](https://github.com/symfony/panther) - A browser testing and web crawling library for PHP and Symfony.
219
 * [PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider.
220
 * [PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider.
220
 
221
 
221
 ### Middlewares
222
 ### Middlewares

Loading…
Cancel
Save