Here is a list of the more commonly used PHP open source extension library projects:
- Swoole, C extension implementation of the PHP asynchronous parallel network communication framework, you can redefine PHP. PHP can only do Web projects in the past, and now has swoole. Any server-side program can be written in PHP.
- The high-performance Web development framework implemented by the YAF,C extension.
- Php-webim, Web Instant Chat tool based on Swoole, supports websocket+http comet long link push and can send text content and pictures.
- React uses 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, is purely PHP implementation, the official website has a lot of sample projects. The lower level function is less than swoole, but it is relatively simple, and the function of application layer is richer than swoole.
- Phalcon, commonly known as the YAF Framework, is a high-performance web framework developed with the C extension, which is more sophisticated than the YAF Phalcon provides.
- Zephir, this is a bit powerful, you can use an intermediate code similar to PHP to write programs, and then automatically to C + +, and as an extension to run. Can solve the problem of poor PHP language-intensive computing performance.
- Phpdaemon,php the asynchronous framework.
- Redis-async, an asynchronous Redis client based on Swoole extended write, has the same performance as the go language.
- Gearman, an asynchronous Task Scheduler, is used to delegate work to other machines, distributed call-to-work servers, and load balancing systems between concurrent calls.
All expansion libraries can be searched directly on GitHub.
Popular PHP Extension library projects on GitHub