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
Requires
- php: ^5.3||^7.0
Requires (Dev)
- mockery/mockery: ^0.9.5
- phpunit/phpunit: ^5.4
- symfony/var-dumper: ^3.1
This package is not auto-updated.
Last update: 2024-11-02 21:15:04 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