Tagged articles

ReactPHP

5 articles · Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
May 25, 2025 · Backend Development

How to Rate‑Limit Asynchronous Tasks with ReactPHP‑MQ

ReactPHP‑MQ provides a lightweight, SOLID‑designed queue for managing concurrent asynchronous operations, offering features like configurable concurrency limits, solid test coverage, and advanced methods such as all(), any(), and timeout handling for robust rate‑limiting in PHP applications.

Concurrency ControlPHPReactPHP
0 likes · 5 min read
How to Rate‑Limit Asynchronous Tasks with ReactPHP‑MQ
Open Source Tech Hub
Open Source Tech Hub
May 7, 2025 · Backend Development

How to Use the PHP MCP Client for AI‑Powered Tool Integration

The PHP MCP Client library provides a PHP interface for communicating with Model Context Protocol (MCP) servers via stdio or HTTP‑SSE, offering synchronous and asynchronous APIs, configurable connection lifecycles, PSR‑compliant logging, caching, and detailed examples for installation, configuration, and usage.

APIClientMCP
0 likes · 16 min read
How to Use the PHP MCP Client for AI‑Powered Tool Integration
php Courses
php Courses
Jun 16, 2023 · Backend Development

Building High-Performance Concurrent and Asynchronous PHP Applications with ReactPHP and Amp

This article explains why high‑performance concurrent and asynchronous PHP applications are needed, introduces ReactPHP and Amp as non‑blocking I/O libraries, and provides step‑by‑step code examples for creating a simple HTTP server with ReactPHP and performing parallel HTTP requests using both ReactPHP and Amp.

AMPAsynchronous ProgrammingPHP
0 likes · 5 min read
Building High-Performance Concurrent and Asynchronous PHP Applications with ReactPHP and Amp