haeckel/json-rpc-server-contracts

Small framework for writing JSON-RPC 2.0 servers. Inspired by psr-15

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/haeckel/json-rpc-server-contracts

6.0.0 2025-09-23 19:54 UTC

This package is auto-updated.

Last update: 2025-12-23 20:29:02 UTC


README

JSON-RPC Contracts is a set of interfaces and data transfer objects for a small framework to create json rpc 2.0 servers. Note that JSON-RPC 1.0 is not supported, and there will be no effort to do so. The goal is to work similar to psr-15 http-handlers for easy adoption when you're familiar with these.

Installation

Yet to come.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

LGPL-3.0