friendsofhyperf/http-client

The http client component for Hyperf, from Laravel.

Fund package maintenance!
huangdijia
hdj.me/sponsors

Installs: 38 423

Dependents: 2

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 0

pkg:composer/friendsofhyperf/http-client

v3.2.0-alpha.1 2025-10-30 23:58 UTC

This package is auto-updated.

Last update: 2025-11-02 01:57:15 UTC


README

Latest Stable Version Total Downloads License

The HTTP Client component for Hyperf, from Laravel.

Installation

composer require friendsofhyperf/http-client

Usage

use FriendsOfHyperf\Http\Client\Http;

$response = Http::get('https://example.com');

see https://laravel.com/docs/9.x/http-client

Contact

License

MIT