定制 mithunsatheesh/php-drpc 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 7
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-02-07