This repository has been archived by the owner on Feb 13, 2022. It is now read-only.
gRPC server, more functional constructs & hello Laminas
- Experimental support for gRPC servers
- Support middleware-like pipelines in Swoole with
Swoole\middleware
- Add
Swoole\redirect()
sugar - New
Siler\Env
API - Add
map
,lmap
,pipe
,conduit
,lconcat
,ljoin
,filter
andlfilter
functions - Typed array-gets:
array_get_str
,array_get_int
,array_get_float
andarray_get_bool
. - Switch from Zend to Laminas
- Add
Swoole\http2
to create HTTP/2 enabled servers