GitHub is a hosting platform for open source and private software projects. Because it only supports Git as the only repository format for hosting, it is named GitHub. There are open source projects by outstanding developers around the world. Next, we Let me sort out interesting open source projects for you to learn from.
swoole, PHP asynchronous parallel network communication framework implemented by C extension, can redefine PHP. In the past, PHP could only do web projects, but now Swoole is available. Any server-side program can be written in PHP.
swoole_framework, a development framework based on swoole extension
yaf , a high-performance web development framework implemented by C extension
##php-webim, a web instant chat tool based on swoole, supporting websocket+http comet long link push, You can send text content and pictures
react Use PHP code to implement an asynchronous framework. If swoole is an upgraded version of node.js, react.php is the standard PHP version node.js
workerman, similar to swoole, but a pure PHP implementation Yes, there are many sample projects on the official website. The underlying functions are fewer than swoole, but they are relatively simple, and the application level functions are richer than swoole.
phalcon, commonly known as the Ercon framework, is a high-performance Web framework developed with C extensions similar to yaf. Compared with yaf, phalcon provides more and more complete functions. .
zephir, this is a bit powerful, you can write a program with an intermediate code similar to PHP, and then automatically convert it to C++ and run it as an extension. It can solve the problem of poor performance of intensive computing in PHP language.
phpdaemon: phpdaemon is a PHP asynchronous framework, implemented using libevent, and it has many features. Designed to handle high loads. Each worker can handle thousands of concurrent connections.
redis-async, an asynchronous redis client written based on swoole extension, the performance in stress testing is similar to that of Go language etc.