phptec / jsonrpc-client
PHP JSON-RPC 客户端
1.0.1
2024-05-17 13:35 UTC
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-09-17 14:30:32 UTC
README
PHP JSON-RPC 客户端
此包为PHP提供JSON-RPC客户端。
有关许可证信息,请参阅LICENSE文件。
安装
安装此包的首选方式是通过composer。
运行以下命令:
php composer.phar require --prefer-dist phptec/jsonrpc-client
或者将以下内容添加到您的composer.json文件的"require"部分:
"phptec/jsonrpc-client": "*"
to the "require" section of your composer.json.
文档
文档位于docs/README.md。