AMPHP (Asynchronous Multitasking PHP) is a framework for writing non-blocking, concurrent code in PHP.
We provide a complete stack of production-ready components to write an async application 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.