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
Requires
- php: ^8.2
- ext-json: *
Requires (Dev)
- phpstan/phpstan: ^2.1
- squizlabs/php_codesniffer: ^4.0
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.