{ "name": "hyperf/rpc-client", "description": "An abstract rpc server component for Hyperf.", "license": "MIT", "keywords": [ "php", "swoole", "hyperf", "rpc", "rpc-client", "json-rpc" ], "homepage": "https://hyperf.io", "support": { "docs": "https://hyperf.wiki", "issues": "https://github.com/hyperf/hyperf/issues", "pull-request": "https://github.com/hyperf/hyperf/pulls", "source": "https://github.com/hyperf/hyperf" }, "require": { "php": ">=8.1", "hyperf/code-parser": "~3.1.0", "hyperf/load-balancer": "~3.1.0", "hyperf/rpc": "~3.1.0", "hyperf/support": "~3.1.0", "hyperf/utils": "~3.1.0", "jetbrains/phpstorm-attributes": "^1.0", "psr/container": "^1.0|^2.0" }, "suggest": { "hyperf/service-governance": "Required to fetch the nodes info from service governance.", "hyperf/di": "For better container experience.", "hyperf/pool": "Required to use connection pool." }, "autoload": { "psr-4": { "Hyperf\\RpcClient\\": "src/" } }, "autoload-dev": { "psr-4": { "HyperfTest\\RpcClient\\": "tests/" } }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "3.1-dev" }, "hyperf": { "config": "Hyperf\\RpcClient\\ConfigProvider" } } }