Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
H
hprose-php
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • guomaoye
  • hprose-php
  • Wiki
  • Home

Last edited by guomaoye Nov 02, 2020
Page history
This is an old version of this page. You can view the most recent version or browse the 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 requie hprose/hprose

Clone repository
  • Home