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.
The source of the documentation is stored in the Resources/doc/
folder
in this bundle:
$ 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
This bundle is under the MIT license. See the complete license in the bundle
RuthRpcBundle is a Filipe Fernandes initiative.
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.