phptec / jsonrpc-client
PHP JSON-RPC Client
Fund package maintenance!
klimov-paul
Patreon
Requires
- php: >=7.2
- psr/http-factory: ^1.0
- psr/http-factory-implementation: ^1.0
- psr/http-message: ^1.1 || ^2.0
- psr/http-message-implementation: ^1.0
- psr/log: >=1.0.0
Requires (Dev)
- guzzlehttp/guzzle: ^7.0
- php-http/mock-client: ^1.5
- phpunit/phpunit: ^6.0 || ^7.0 || ^8.0 || ^9.3 || ^10.0.7
This package is auto-updated.
Last update: 2024-11-17 14:51:02 UTC
README
PHP JSON-RPC Client
This package provides a JSON-RPC Client for PHP.
For license information check the LICENSE-file.
Installation
The preferred way to install this package is through composer.
Either run
php composer.phar require --prefer-dist phptec/jsonrpc-client
or add
"phptec/jsonrpc-client": "*"
to the "require" section of your composer.json.
Documentation
Documentation is at docs/README.md.