yar

Light, concurrent RPC framework


Yar(Yet another RPC framework) is a light, concurrent RPC framework, supports multi package protocols (json, msgpack)

License: PHP

Latest releases

Version Release Download
2.3.2 2022-05-18 yar-2.3.2.tgz
2.3.1 2022-05-06 yar-2.3.1.tgz
2.3.0 2022-04-24 yar-2.3.0.tgz
2.2.1 2021-12-18 yar-2.2.1.tgz
2.2.0 2021-01-05 yar-2.2.0.tgz
Show all releases

Changelog

Version Message
2.3.2 - Fix segfault due to zend_empty_array usage
- Added third (options*) parameters for Yar_Concurrent_call
2.3.1 - Fix #172 provider/token may be not nul terminated
2.3.0 - Added ::__info() magic method for custom server info
- Support __auth(by introduced YAR_OPT_PROVIDER/TOKEN)
- Respect provider/token on tcp transportor
- Fixed package/unpack with json/serialize
- refactor struct for better performance(ABI break?)
2.2.1 - Fixed build with PHP8.1
2.2.0 - PHP8 Supported
Show complete changelog