PHPackages                             mithunsatheesh/php-drpc - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mithunsatheesh/php-drpc

ActiveLibrary

mithunsatheesh/php-drpc
=======================

Storm DRPC client for php.

v0.1(3y ago)32.9k↓50%7[2 issues](https://github.com/mithunsatheesh/php-drpc/issues)MITPHPPHP &gt;=5.0

Since Feb 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mithunsatheesh/php-drpc)[ Packagist](https://packagist.org/packages/mithunsatheesh/php-drpc)[ Docs](https://github.com/mithunsatheesh/php-drpc)[ RSS](/packages/mithunsatheesh-php-drpc/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

PHP-DRPC
========

[](#php-drpc)

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

How To Use
----------

[](#how-to-use)

The preferred method of installation is via [Composer](https://getcomposer.org/). 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?
------------------

[](#still-not-working)

If you still got trouble mail me the issue

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor1

Top contributor holds 63.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1196d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a7bf7e69e9cff0ce606f28f0ba234a6dee306ce83264e6be523b11d5601c467?d=identicon)[mithunsatheesh](/maintainers/mithunsatheesh)

---

Top Contributors

[![mithunsatheesh](https://avatars.githubusercontent.com/u/572597?v=4)](https://github.com/mithunsatheesh "mithunsatheesh (7 commits)")[![KasonBraley](https://avatars.githubusercontent.com/u/59150626?v=4)](https://github.com/KasonBraley "KasonBraley (4 commits)")

---

Tags

stormdrpc

### Embed Badge

![Health badge](/badges/mithunsatheesh-php-drpc/health.svg)

```
[![Health](https://phpackages.com/badges/mithunsatheesh-php-drpc/health.svg)](https://phpackages.com/packages/mithunsatheesh-php-drpc)
```

###  Alternatives

[winter/storm

Winter CMS Storm Library

46239.3k6](/packages/winter-storm)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
