dawidmazurek/php-jsonrpc-server

Simple json-rpc server

2.0.0 2018-03-28 18:42 UTC

This package is not auto-updated.

Last update: 2024-06-09 03:39:47 UTC


README

Build Status Maintainability Test Coverage

Json RPC server compatible with official specification: http://www.jsonrpc.org/specification

Installation:

composer require dawidmazurek/php-jsonrpc-server

How to use example:

https://github.com/DawidMazurek/php-jsonrpc-server/blob/master/examples/server.php