GitHub is a hosting platform for open-source and private software projects. It is named GitHub because it only supports Git as the only version library format, there are open-source projects for excellent developers all over the world. next we will organize interesting open-source projects for you to learn. GitHub is a hosting platform for open-source and private software projects. It is named GitHub because it only supports Git as the only version library format, there are open-source projects for excellent developers all over the world. next we will organize interesting open-source projects for you to learn.
Swoole, C extension implementation of PHP asynchronous parallel network communication framework, you can redefine PHP. In the past, PHP could only be used as a Web project, but now Swoole is available. Any server-side program can be written in PHP.
Swoole_framework, A development framework developed based on swoole extension
Yaf, C extended high-performance Web development framework
Php-webimIs a Web instant chat tool based on swoole. it supports websocket + http comet persistent link push and can send text content and images.
ReactUse PHP code to implement the asynchronous framework. If swoole is an upgraded version of node. js, react. php is the standard PHP version of node. js.
Workerman, Similar to swoole, but implemented in pure PHP, there are many sample projects on the official website. The underlying functions are less than those of swoole, but they are relatively simple. the application-layer functions are richer than those of swoole.
PhalconLike yaf, yaf is also a high-performance Web framework developed by C extension. phalcon provides more comprehensive functions than yaf.
ZephirThis is a bit amazing. you can use an intermediate code similar to PHP to write a program, and then convert it to C ++ automatically and run it as an extension. It can solve the problem of intensive computing performance in PHP.
Phpdaemon: Phpdaemon is a PHP asynchronous framework implemented using libevent. it has many features. Designed to cope with high loads. Each worker can process thousands of concurrent connections.
Redis-asyncAsynchronous redis client written based on swoole extension. the stress testing performance is similar to that of the Go language.