Tagged articles
3 articles
Page 1 of 1
21CTO
21CTO
May 17, 2026 · Backend Development

Introducing PhenixPHP: A Modern Asynchronous PHP Framework

PhenixPHP is an async, concurrent PHP framework built on AmpHP and PHP Fibers that runs on the CLI, offering non‑blocking I/O, HTTP server, routing, DI, database tools, queues and expressive syntax, aiming to enrich the PHP ecosystem much like Express.js does for Node.js.

AmpHPAsynchronousBackend Framework
0 likes · 3 min read
Introducing PhenixPHP: A Modern Asynchronous PHP Framework
Open Source Tech Hub
Open Source Tech Hub
Sep 4, 2024 · Backend Development

Boost PHP Performance with AMPHP’s Asynchronous MySQL Client

This guide introduces AMPHP’s event‑driven async MySQL library for PHP, explains its non‑blocking API, connection‑pool architecture, supported features, and provides step‑by‑step installation and code examples for basic queries, iterators, and transactional operations.

AmpHPBackendPHP
0 likes · 6 min read
Boost PHP Performance with AMPHP’s Asynchronous MySQL Client
Open Source Tech Hub
Open Source Tech Hub
May 20, 2024 · Backend Development

Master Asynchronous PHP with AMPHP: Boost Performance and Concurrency

This article explains asynchronous programming concepts for PHP, introduces the lightweight AMPHP library and its coroutine‑based event loop, outlines core technologies, common use cases, installation steps, required PHP version, and provides practical code examples for building non‑blocking, high‑throughput applications.

AmpHPPHPasynchronous programming
0 likes · 9 min read
Master Asynchronous PHP with AMPHP: Boost Performance and Concurrency