weberhofer/jsonrpcphp
最新稳定版本:2.2.2
Composer 安装命令:
composer require weberhofer/jsonrpcphp
包简介
JSON-RPC for PHP 5.3+
README 文档
README
JSON-RPC PHP is a couple of classes written in PHP implementing respectively client and server functionalities of the JSON-RPC protocol.
This software has originally been developed at http://jsonrpcphp.org/ and has been modified to support newer PHP versions and name-spaces; some bugs have been fixed.
To install
composer require weberhofer/jsonrpcphp
or add this to your composer.json, and composer update
{
"require": {
"weberhofer/jsonrpcphp": "~2"
}
}
统计信息
- 总下载量: 275.7k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 24
- 点击次数: 1
- 依赖项目数: 6
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2015-01-14