lvht/msgpack-rpc

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

Maintainers

Package info

github.com/lvht/msgpack-rpc

Issues

pkg:composer/lvht/msgpack-rpc

Statistics

Installs: 11 683

Dependents: 0

Suggesters: 0

Stars: 4

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

This package is not auto-updated.

Last update: 2026-03-08 03:44:02 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