Download the PHP package majorbio/rpc without Composer
On this page you can find all versions of the php package majorbio/rpc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package rpc
Laravel 的 RPC 框架
- 基于 workerman 的多进程 RPC 框架
- 状态可维持,支持多次调用
数据包样本
- 首部固定 10 个字符长度用来保存整个数据包长度,位数不够左补 0
- 数据格式为 json 字符串
安装
Server 服务端
一、 配置 /config/rpc.php
二、创建 RPC 服务 /app/Rpc/Calculator.php
三、运行 RPC 服务
Client 客户端
All versions of rpc with dependencies
PHP Build Version
Package Version
The package majorbio/rpc contains the following files
Loading the files please wait ....