Tagged articles
4 articles
Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Sep 28, 2025 · Backend Development

How to Implement Bring Your Own HTTP Client in PHP Using PSR Standards

This article explains the concept of Bring Your Own HTTP Client in PHP, outlines the relevant PSR-7, PSR-17, and PSR-18 standards, shows how php-http/discovery simplifies client selection, and provides concrete SDK code and usage examples for flexible, high‑performance HTTP integration.

HTTP clientPHPPSR-18
0 likes · 8 min read
How to Implement Bring Your Own HTTP Client in PHP Using PSR Standards
Open Source Tech Hub
Open Source Tech Hub
Aug 25, 2025 · Backend Development

Why Guzzle Is the Go-To PHP HTTP Client for Modern Backend Development

Guzzle is a powerful, extensible PHP HTTP client that simplifies sending synchronous or asynchronous requests, supports PSR‑7 and PSR‑18 standards, offers a middleware system, and integrates easily via Composer, making it ideal for API integration, file transfer, microservice communication, web crawling, and testing.

APIBackendComposer
0 likes · 7 min read
Why Guzzle Is the Go-To PHP HTTP Client for Modern Backend Development
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