# HTTP Client [![Latest Stable Version](https://img.shields.io/packagist/v/friendsofhyperf/http-client)](https://packagist.org/packages/friendsofhyperf/http-client) [![Total Downloads](https://img.shields.io/packagist/dt/friendsofhyperf/http-client)](https://packagist.org/packages/friendsofhyperf/http-client) [![License](https://img.shields.io/packagist/l/friendsofhyperf/http-client)](https://github.com/friendsofhyperf/http-client) The HTTP Client component for Hyperf, from Laravel. ## Installation ```bash composer require friendsofhyperf/http-client:^3.0 ``` ## Usage ```php use FriendsOfHyperf\HttpClient\Http; $response = Http::get('https://example.com'); ``` see https://laravel.com/docs/9.x/http-client ## Sponsor If you like this project, Buy me a cup of coffee. [ [Alipay](https://hdj.me/images/alipay.jpg) | [WePay](https://hdj.me/images/wechat-pay.jpg) ]