ruuth/json-rpc-bundle

Json RPC 2.0 实现

1.2.1 2020-04-07 09:36 UTC

This package is auto-updated.

Last update: 2024-09-30 01:35:42 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License composer.lock

关于

此包是 JSON-RPC 2.0 规范的实现,详情请见此处

它也开放给其他类型的实现,但目前它严格遵守这个规范。

文档

此包中文档的源码存储在 Resources/doc/ 文件夹中

阅读文档

安装

作为应用程序包

$ composer require ruth/json-rpc-bundle

独立

$ git clone https://github.com/filipefernandes007/ruth-json-rpc-bundle
$ cd ruth-json-rpc-bundle
$ composer self-update
$ composer install

许可证

此包采用 MIT 许可证。请参阅包中的完整许可证此处

关于

RuthRpcBundle 是 Filipe Fernandes 的一个倡议。

报告问题或功能请求

问题和功能请求在Github 问题跟踪器中跟踪。

当报告一个错误时,最好在基于Symfony Standard Edition 构建的基本项目中重现它,以便包的开发者可以通过简单地克隆它并遵循一些步骤来重现问题。