Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 3 days 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
```