lvht / msgpack-rpc
Installs: 11 680
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 4
pkg:composer/lvht/msgpack-rpc
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: 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