Home > Backend Development > PHP Tutorial > Some interesting PHP open source projects on GitHub

Some interesting PHP open source projects on GitHub

大家讲道理
Release: 2023-03-05 08:54:01
Original
8252 people have browsed it

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.


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template