dawidmazurek/php-jsonrpc-server

Simple json-rpc server

Maintainers

Package info

github.com/DawidMazurek/php-jsonrpc-server

pkg:composer/dawidmazurek/php-jsonrpc-server

Statistics

Installs: 1 579

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

2.0.0 2018-03-28 18:42 UTC

This package is not auto-updated.

Last update: 2026-03-15 13:00:20 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