taoso / msgpack-rpc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Msgpack-RPC

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

About


Languages

Language:PHP 100.0%