Remi's RPM repository - Packages

Blog | Forum | Repository

php-pecl-swoole - PHP's asynchronous concurrent distributed networking framework

Website:
http://pecl.php.net/package/swoole
Licence:
BSD
Vendor:
Remi Collet
Description:
Event-driven asynchronous and concurrent networking engine with
high performance for PHP.
- event-driven
- asynchronous non-blocking
- multi-thread reactor
- multi-process worker
- multi-protocol
- millisecond timer
- async mysql client
- built-in http/websocket/http2 server
- async http/websocket client
- async redis client
- async task
- async read/write file system
- async dns lookup
- support IPv4/IPv6/UnixSocket/TCP/UDP
- support SSL/TLS encrypted transmission

Documentation: https://rawgit.com/tchiotludo/swoole-ide-helper/english/docs/

Package built for PHP 5.6.

Packages

php-pecl-swoole-1.8.7-1.fc20.remi.5.6.x86_64 [540 KiB] Changelog by Remi Collet (2016-07-01):
- Update to 1.8.7
php-pecl-swoole-1.8.6-1.fc20.remi.5.6.x86_64 [541 KiB] Changelog by Remi Collet (2016-06-16):
- Update to 1.8.6
- drop --enable-async-mysql and --enable-async-httpclient
  removed upstream