Skip to content

Commit b175422

Browse files
Add awesome swoole to readme (#4453)
1 parent 59e165c commit b175422

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -513,14 +513,15 @@ sudo make install
513513

514514
Enable it by adding a new line `extension=swoole_async.so` to `php.ini`.
515515

516-
## πŸ’Ž Frameworks & Components
517-
+ [**Hyperf**](https://github.com/hyperf/hyperf) is a coroutine framework that focuses on hyperspeed and flexibility, specifically used for build microservices or middlewares.
518-
+ [**Swoft**](https://github.com/swoft-cloud/swoft) is a modern, high-performance AOP and coroutine PHP framework.
519-
+ [**Easyswoole**](https://www.easyswoole.com) is a simple, high-performance PHP framework, based on Swoole, which makes using Swoole as easy as `echo "hello world"`.
520-
+ [**MixPHP**](https://github.com/mix-php/mix) is a powerful single-threaded coroutine framework with a very small footprint, simple and elegant.
521-
+ [**imi**](https://github.com/Yurunsoft/imi) is a high-performance coroutine application development framework based on PHP Swoole, which supports the development of HttpApi, WebSocket, TCP, UDP services.
522-
+ [**Saber**](https://github.com/swlib/saber) is a human-friendly, high-performance HTTP client component that has almost everything you can imagine.
523-
+ [**One**](https://github.com/lizhichao/one) is a minimalist, high-performance PHP framework that supports the [swoole | php-fpm] environment
516+
## πŸ’Ž Awesome Swoole
517+
Project [Awesome Swoole](https://github.com/swoole/awesome-swoole) maintains a curated list of awesome things related to Swoole, including
518+
519+
* Swoole-based frameworks and libraries.
520+
* Packages to integrate Swoole with popular PHP frameworks, including Laravel, Symfony, Slim, and Yii.
521+
* Books, videos, and other learning materials about Swoole.
522+
* Debugging, profiling, and testing tools for developing Swoole-based applications.
523+
* Coroutine-friendly packages and libraries.
524+
* Other Swoole related projects and resources.
524525

525526
## πŸ›  Develop & Discussion
526527

0 commit comments

Comments
Β (0)