swoole

pecl install swoole

Event-driven asynchronous and concurrent networking engine with high performance for PHP.

Event-driven asynchronous and concurrent networking engine with high performance for PHP.
- event-driven
- coroutine
- asynchronous non-blocking
- multi-thread reactor
- multi-process worker
- multi-protocol
- millisecond timer
- built-in tcp/http/websocket/http2 server
- coroutine tcp/http/websocket client
- coroutine mysql client
- coroutine redis client
- coroutine read/write file system
- coroutine dns lookup
- support IPv4/IPv6/UnixSocket/TCP/UDP
- support SSL/TLS encrypted transmission

Maintainer

  • Tianfeng Han (lead )
  • Twosee (developer )
  • Shen Zhe (developer ) [inactive]
  • Lu Fei (developer )
  • Bruce Dou (developer )
  • Tianfeng Han (lead ) [inactive]
  • Twosee (developer ) [inactive]

Details

Stars: 18239
Issue openned: 105
Downloads: 7300686
4.4.5
5 years ago
Version 4.4.5 change log


Enhancement
---
+ Better Reactor (@matyhtf)
+ Better AIO (@twose)
+ Better Redis (3608f4c2) (@twose)
+ Handle Empty upload files (#2779) (@sshymko)
+ Add File uploads array parser (#2773) (@sshymko)
+ Support PURGE (#2754) (#2764) (@sshymko)
+ Allow HTTP methods like GETX POSTX PUTX etc (#2772) (@doubaokun)
+ Reduce the default max_wait_time to 3 (ed5c838) (@twose)

Fixed
---
* Fixed AIO memory error (@twose)
* Fixed compilation without zlib (f5a03366) (@twose)
* Fixed timeout param of stream (c8275989) (@twose)
* Fixed missing http headers (#2789) (@doubaokun)
* Fixed client type (#2771) (@doubaokun)

requires:

  • php >=7.1.0
  • pearinstaller >=1.4.0