The HTTP Client component for Hyperf, from Laravel.
composer require friendsofhyperf/http-clientuse FriendsOfHyperf\Http\Client\Http;
$response = Http::get('https://example.com');The HTTP Client component for Hyperf, from Laravel.
composer require friendsofhyperf/http-clientuse FriendsOfHyperf\Http\Client\Http;
$response = Http::get('https://example.com');