Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cheerego/catch-grpc-sdk
- Owner: cheerego
- Created: 2017-12-29T06:07:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T11:52:30.000Z (almost 7 years ago)
- Last Synced: 2025-01-01T11:02:44.522Z (7 days ago)
- Language: PHP
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- 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
```