yar

pecl install yar

Light, concurrent RPC framework

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

Maintainer

  • Xinchen Hui (lead )
  • Zhenyu Zhang (developer ) [inactive]

Details

Stars: 1425
Issue openned: 37
Downloads: 161229
2.3.0
2 years ago
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 2.3.0 change log


- 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?)

requires:

  • php >=7.0.0
  • pearinstaller >=1.4.0

suggests:

  • msgpack