A non-blocking concurrency framework for PHP applications.
-
Updated
Jan 16, 2022 - PHP
{{ message }}
Amp is a non-blocking concurrency library for PHP. Newer versions make use of fibers to integrate well with existing interfaces and allow for transparent non-blocking I/O. Older versions make heavy use of generator-based coroutines. It's made by the developers that brought native fiber support to PHP 8.1.
A non-blocking concurrency framework for PHP applications.
Async PHP client/server API for the telegram MTProto protocol
A non-blocking HTTP application server for PHP based on Amp.
Complete async capable Telegram bot API implementation for PHP7
Parallel processing for PHP based on Amp.
PHP Service Bus (publish-subscribe pattern) implementation
An async process dispatcher for Amp.
Async Redis Client for PHP based on Amp.
Async ACME library written in PHP based on the Amp concurrency framework.
Simple and easy to use catch-all SMTP mail server and debugging tool
A fiber-aware cache API based on Amp and Revolt.
Serialization tools for IPC and data storage in PHP.
Async Postgres client for PHP based on Amp.
Pure asynchronous PHP implementation of the AMQP 0-9-1 protocol.
Building multi-core network applications with PHP.