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