Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
guomaoye
hprose-php
Wiki
Home
Last edited by
guomaoye
Nov 02, 2020
Page history
Home
hprose 高性能rpc引擎
语言支持
php
go
python
js
java
.net
c++
ruby
etc....
官网
链接
github
链接
for php
可以使用
php-hprose
来实现如下功能
使用php的编码习惯,调用其它(同样使用了hprose)语言/框架的rpc方法,而不需要使用类似http/json这种请求方式
提供自己的rpc服务,被其他(同样使用了hprose)语言/框架调用
提供异步编程
协程
下载
git clone
https://github.com/hprose/hprose-php
compose require hprose/hprose