ruth/json-rpc-bundle

Json RPC 2.0 implementation

1.2.1 2020-04-07 09:36 UTC

This package is auto-updated.

Last update: 2024-04-30 00:39:19 UTC


README

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

About

This bundle is an implementation of JSON-RPC 2.0 Specification here.

It's open for other types of implementations, but for now, it's strict to that.

Documentation

The source of the documentation is stored in the Resources/doc/ folder in this bundle:

Read the Documentation

Installation

As Application Bundle

$ composer require ruth/json-rpc-bundle

Stand Alone

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

License

This bundle is under the MIT license. See the complete license in the bundle

About

RuthRpcBundle is a Filipe Fernandes initiative.

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.