mithunsatheesh/php-drpc
最新稳定版本:v0.1
Composer 安装命令:
composer require mithunsatheesh/php-drpc
包简介
Storm DRPC client for php.
README 文档
README
php drpc client written on top of thrift library to connect to drpc topologies running on storm.
How To Use
The preferred method of installation is via Composer. Run the following command to install the package and add it as a requirement to your project's composer.json:
composer require mithunsatheesh/php-drpc
Create an instance of the drpc client to use:
// Require the Composer autoloader. require 'vendor/autoload.php'; // Instantiate the DRPC client. $drpc = new DRPC("xxx.xxx.x.xx",3772,NULL); $result = $drpc->execute("CallFunctionName",$params);
Still not working?
If you still got trouble mail me the issue
统计信息
- 总下载量: 2.95k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-07