ruth / json-rpc-bundle
Json RPC 2.0 implementation
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.3
- symfony/framework-bundle: >=4.0
- symfony/yaml: >=4.0
Requires (Dev)
- symfony/phpunit-bridge: >=4.0
Conflicts
- symfony/symfony: <4.0
This package is auto-updated.
Last update: 2024-10-30 01:53:54 UTC
README
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:
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.