mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
add php extension swoole (#747)
Swoole is an event-driven asynchronous & concurrent networking communication framework with high performance written only in C for PHP.
This commit is contained in:
parent
8e67b3f77a
commit
46462174f1
@ -471,7 +471,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
|
|
||||||
### Event
|
### Event
|
||||||
*Libraries that are event-driven or implement non-blocking event loops.*
|
*Libraries that are event-driven or implement non-blocking event loops.*
|
||||||
|
|
||||||
* [Amp](https://github.com/amphp/amp) - An event driven non-blocking I/O library.
|
* [Amp](https://github.com/amphp/amp) - An event driven non-blocking I/O library.
|
||||||
* [Broadway](https://github.com/broadway/broadway) - An event source and CQRS library.
|
* [Broadway](https://github.com/broadway/broadway) - An event source and CQRS library.
|
||||||
* [Cake Event](https://github.com/cakephp/event) - An event dispatcher library (CP).
|
* [Cake Event](https://github.com/cakephp/event) - An event dispatcher library (CP).
|
||||||
@ -485,6 +484,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
* [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
|
* [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
|
||||||
* [RxPHP](https://github.com/ReactiveX/RxPHP) - A reactive extension library.
|
* [RxPHP](https://github.com/ReactiveX/RxPHP) - A reactive extension library.
|
||||||
* [Workerman](https://github.com/walkor/Workerman) - An event driven non-blocking I/O library.
|
* [Workerman](https://github.com/walkor/Workerman) - An event driven non-blocking I/O library.
|
||||||
|
* [Swoole](https://github.com/swoole/swoole-src) - An event-driven asynchronous & concurrent networking communication framework with high performance written only in C for PHP.
|
||||||
|
|
||||||
### Logging
|
### Logging
|
||||||
*Libraries for generating and working with log files.*
|
*Libraries for generating and working with log files.*
|
||||||
|
Loading…
Reference in New Issue
Block a user