kraz / json-rpc-client
JSON-RPC 2.0 Client (PSR-17/18)
dev-main
2026-05-08 09:37 UTC
Requires
- php: >=8.4
- ext-json: *
- ext-mbstring: *
- psr/http-client: ^1.0
- psr/http-factory: ^1.1
Requires (Dev)
- doctrine/coding-standard: ^14.0
- nyholm/psr7: ^1.8
- phpstan/phpstan: ^2.1
- phpstan/phpstan-strict-rules: ^2.0
- phpunit/phpunit: ^13.1
- symfony/http-client: ^8.0
This package is auto-updated.
Last update: 2026-05-08 09:47:56 UTC
README
Lightweight implementation of JSON-RPC 2.0 client which can use any HTTP PSR-18 compatible client in combination with any PSR-17 compatible HTTP factory.
Warning
This library is still work in progress!
Some compatible HTTP clients
License
This library is licensed under the MIT License. See the LICENSE file for details.