https://github.com/cheerego/catch-grpc-sdk
https://github.com/cheerego/catch-grpc-sdk
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cheerego/catch-grpc-sdk
- Owner: cheerego
- Created: 2017-12-29T06:07:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T11:52:30.000Z (over 8 years ago)
- Last Synced: 2025-05-28T06:48:21.897Z (about 1 year ago)
- Language: PHP
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```