AMPHP is a collection of high-quality, event-driven libraries for PHP designed with fibers and concurrency in mind.
We provide a complete stack of production-ready libraries to write application using non-blocking I/O in PHP.
- HTTP Server and Client
- Postgres and MySQL clients
- Redis Client
- Async File Access
- Parallel code execution (offload any blocking code to another process/thread)
- WebSocket Server and Client
- Caching
- Beanstalk Client
- DNS
- Synchronization Tools
See our full list of libraries and documentation at amphp.org. Consider sponsoring our work if you find it useful!