Bladeren bron

Remove old library. Add Symfony HTTP Client.

pull/1003/head
Jamie 6 jaren geleden
bovenliggende
commit
4202c9f39e
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2
    1
      README.md

+ 2
- 1
README.md Bestand weergeven

@@ -204,11 +204,11 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
204 204
 
205 205
 * [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
206 206
 * [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client.
207
-* [HTTPFul](https://github.com/nategood/httpful) - A chainable HTTP client.
208 207
 * [HTTPlug](http://httplug.io) - An HTTP client abstraction without binding to a specific implementation.
209 208
 * [PHP VCR](https://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
210 209
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
211 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 212
 * [zend-diactoros](https://github.com/zendframework/zend-diactoros) - PSR-7 HTTP Message implementation.
213 213
 
214 214
 ### Scraping
@@ -216,6 +216,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
216 216
 
217 217
 * [Embed](https://github.com/oscarotero/Embed) - An information extractor from any web service or page.
218 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 220
 * [PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider.
220 221
 
221 222
 ### Middlewares

Laden…
Annuleren
Opslaan