GitHub - lennonx/php-drpc: Storm DRPC client for php. Simply connect to any storm DRPC server by passing in the host and port of targer DRPC server. · GitHub
Skip to content

lennonx/php-drpc

 
 

Folders and files

Repository files navigation

PHP-DRPC

php drpc client written on top of thrift library to connect to drpc topologies running on storm.

How To Use

just require the DRPC.php file in your project and create an instance of the drpc client like.

include "includes/drpc/DRPC.php";
$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

About

Storm DRPC client for php. Simply connect to any storm DRPC server by passing in the host and port of targer DRPC server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • PHP 100.0%