PHPackages                             hella-engine/rpc-message - 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. [API Development](/categories/api)
4. /
5. hella-engine/rpc-message

ActiveLibrary[API Development](/categories/api)

hella-engine/rpc-message
========================

HellaEngine RPC message php code

1.0.6(9y ago)051MITPHPPHP &gt;=5.0.0

Since Nov 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/babety/HellaEngineMessage)[ Packagist](https://packagist.org/packages/hella-engine/rpc-message)[ RSS](/packages/hella-engine-rpc-message/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (9)Used By (0)

```
====
is Simple Rpc message system
====

====
Usage:

$message = \hellaEngine\RPCMessage\RPCMessage::createWithRpc('schedule.schedule');
$message->setMessageBodyProperty('clientVersion', '1.2.0');

//加密形成网络消息
$messageString = \hellaEngine\RPCMessage\RPCMessageEncode::encodeMessages([$message]);;

//....
//Http 请求,返回字符串 $responseString
//....

$returnMessages = \hellaEngine\RPCMessage\RPCMessage::decode($responseString);
=====
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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

Every ~38 days

Recently: every ~67 days

Total

8

Last Release

3545d ago

Major Versions

0.0.2 → 1.0.02015-11-30

PHP version history (3 changes)0.0.1PHP &gt;=5.3.0

0.0.2PHP &gt;=5.6.0

1.0.2PHP &gt;=5.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a8b9f83c5bf890b51efe3e45478a50de370e2c6aceb463672d6736d8c7f43a1?d=identicon)[babety](/maintainers/babety)

---

Top Contributors

[![0x00pluto](https://avatars.githubusercontent.com/u/13896494?v=4)](https://github.com/0x00pluto "0x00pluto (23 commits)")

---

Tags

rpcrpc-message

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hella-engine-rpc-message/health.svg)

```
[![Health](https://phpackages.com/badges/hella-engine-rpc-message/health.svg)](https://phpackages.com/packages/hella-engine-rpc-message)
```

###  Alternatives

[apache/thrift

Apache Thrift RPC system

10.9k2.1M40](/packages/apache-thrift)[grpc/grpc

gRPC library for PHP

507116.6M180](/packages/grpc-grpc)[sajya/server

Easy implementation of the JSON-RPC 2.0 server for the Laravel framework.

2391.9M4](/packages/sajya-server)[lstrojny/fxmlrpc

Fast and tiny XML/RPC client with bridges for various HTTP clients

1425.4M30](/packages/lstrojny-fxmlrpc)[jsonrpc/jsonrpc

JSON-RPC 2.0 client/server implementation

53407.1k4](/packages/jsonrpc-jsonrpc)[tivoka/tivoka

The universal JSON-RPC client/server library. JSON-RPC done right!

74159.0k3](/packages/tivoka-tivoka)

PHPackages © 2026

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