An open API service indexing awesome lists of open source software.

https://github.com/cheerego/catch-grpc-sdk


https://github.com/cheerego/catch-grpc-sdk

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Requirement
```
https://pecl.php.net/package/gRPC
https://pecl.php.net/package/protobuf
phpize && ./configure && make && make install



https://github.com/lvht/grpc-php-plugin
brew install protobuf
make && mv grpc_php_plugin /usr/local/bin


```
# Usage
```bash
./build test # test .proto filename in protos directory
```