High-performance PHPSocket framework Workerman releases version 3.3.6
The bottom layer supports ReactPHP, and synchronously supports many asynchronous high-performance components of ReactPHP.
Support asynchronous Mysql client
Support asynchronous Redis client
Supports asynchronous HTTP clients
Support asynchronous dns client
Support asynchronous zmq client
Support asynchronous whois client
Supports asynchronous RabbitMQ clients
Support asynchronous file systems
Support asynchronous process components
Support promises
Other more components...
The above pure PHP development, using composer to install components, low coupling, development and use is very convenient.
About Workerman
Workerman is an open source, high-performance PHPsocket server framework developed purely in PHP. It is widely used in the development of mobile apps, mobile game servers, online game servers, chat room servers, hardware communication servers, smart homes, Internet of Vehicles, Internet of Things and other fields. Supports TCP long connections, supports Websocket, HTTP and other protocols, and supports custom protocols. It has many high-performance components such as asynchronous Mysql, asynchronous Redis, asynchronous Http, asynchronous message queue, etc.
workerman startup interface