https://github.com/taoso/msgpack-rpc
https://github.com/taoso/msgpack-rpc
msgpack php rpc
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/taoso/msgpack-rpc
- Owner: taoso
- Created: 2016-05-02T06:14:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T03:11:13.000Z (over 5 years ago)
- Last Synced: 2025-04-05T00:41:13.935Z (about 1 year ago)
- Topics: msgpack, php, rpc
- Language: PHP
- Size: 9.77 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Msgpack-RPC
This is a simple implementation of [MsgpackRpc](https://github.com/msgpack-rpc/msgpack-rpc/blob/master/spec.md).
## Install
composer require lvht/msgpack-rpc
## Usage
```bash
➜ echo '[0,1,"echo",["hello"]]'|php example/echo.php
[1,1,null,"hello"]
```
## TODO
- [x] Unit Test
- [ ] SocketIo
- [ ] AsyncServer
- [ ] Docs