lvht/msgpack-rpc

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

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

This package is not auto-updated.

Last update: 2024-04-06 18:42:27 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