mithunsatheesh / php-drpc
Storm DRPC client for php.
Installs: 2 251
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 7
Open Issues: 2
Requires
- php: >=5.0
This package is auto-updated.
Last update: 2025-09-15 22:30:22 UTC
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