Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taoso/msgpack-rpc
https://github.com/taoso/msgpack-rpc
msgpack php rpc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/taoso/msgpack-rpc
- Owner: taoso
- Created: 2016-05-02T06:14:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T03:11:13.000Z (about 4 years ago)
- Last Synced: 2024-11-04T18:12:15.458Z (3 months ago)
- Topics: msgpack, php, rpc
- Language: PHP
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- 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