lvht/msgpack-rpc

There is no license information available for the latest version (v0.2.1) of this package.

Installs: 11 680

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 4

pkg:composer/lvht/msgpack-rpc

v0.2.1 2017-02-12 23:04 UTC

This package is not auto-updated.

Last update: 2025-10-05 01:31:09 UTC


README

This is a simple implementation of MsgpackRpc.

Install

composer require lvht/msgpack-rpc

Usage

echo '[0,1,"echo",["hello"]]'|php example/echo.php
[1,1,null,"hello"]

TODO

  • Unit Test
  • SocketIo
  • AsyncServer
  • Docs