friendsofhyperf / http-client

[READ-ONLY]The http client component for Hyperf, from Laravel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP Client

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

Donate

If you like them, Buy me a cup of coffee.

Alipay WeChat Buy Me A Coffee

Buy Me A Coffee

Contact

License

MIT

About

[READ-ONLY]The http client component for Hyperf, from Laravel.

License:MIT License


Languages

Language:PHP 100.0%