weibocom / motan

A cross-language remote procedure call(RPC) framework for rapid development of high performance distributed services.
Other
5.89k stars 1.78k forks source link

什麽時候可以支持php調用? #288

Open zbit8 opened 7 years ago

zbit8 commented 7 years ago

什麽時候可以支持php調用?

rayzhang0603 commented 7 years ago

目前可以支持php的YAR协议(https://github.com/laruence/yar ) 调用,可以参考https://github.com/weibocom/motan/wiki/zh_quickstart#提供yar协议服务 另外,现在正在开发grpc协议分支(https://github.com/weibocom/motan/tree/feature/grpc ),后续会提供php client以及Agent来支持不同语言使用motan