Download the PHP package hella-engine/rpc-message without Composer
On this page you can find all versions of the php package hella-engine/rpc-message. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hella-engine/rpc-message
More information about hella-engine/rpc-message
Files in hella-engine/rpc-message
Download hella-engine/rpc-message
More information about hella-engine/rpc-message
Files in hella-engine/rpc-message
Vendor hella-engine
Package rpc-message
Short Description HellaEngine RPC message php code
License MIT
Package rpc-message
Short Description HellaEngine RPC message php code
License MIT
Keywords rpcrpc-message
Please rate this library. Is it a good library?
Informations about the package rpc-message
==== 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);
All versions of rpc-message with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.0.0
The package hella-engine/rpc-message contains the following files
Loading the files please wait ....