Tagged articles
3 articles
Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Jan 10, 2025 · Backend Development

Boost PHP Performance with Workerman’s Asynchronous HTTP Client

Workerman/http-client is a high‑performance, asynchronous PHP HTTP client that follows PSR‑7, includes a built‑in connection pool, supports multiple protocols, and can be installed via Composer; the guide shows installation steps, coroutine usage, concurrent request examples, and integration with Webman.

Async HTTPPHPPSR-7
0 likes · 6 min read
Boost PHP Performance with Workerman’s Asynchronous HTTP Client
Open Source Tech Hub
Open Source Tech Hub
Apr 16, 2024 · Backend Development

How to Use Workerman 5.0 Async HTTP Client with Revolt Event Loop in PHP

This guide explains how to install Workerman 5.0, set up the Revolt event‑loop and the workerman/http-client component, and write PHP code that performs synchronous‑style asynchronous HTTP requests, including a concurrent benchmark example and a link to the GitHub repository.

Async HTTPBackend DevelopmentPHP
0 likes · 9 min read
How to Use Workerman 5.0 Async HTTP Client with Revolt Event Loop in PHP