belajarqywok / laravel-grpc-client

Laravel gprc client implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel GRPC Client

This repository contain Laravel implementation of grpc client sample. Laravel grpc server sample can be found at https://github.com/roseffendi/laravel-grpc-server

Setup

You can follow https://grpc.io/docs/tutorials/basic/php/ to get started. Protos definition located at ./protos directory. You can also use included docker configuration to start. It contains necessary steps to reproduce environment.

Test

To run tests, run following command

vendor/bin/phpunit

About

Laravel gprc client implementation


Languages

Language:PHP 96.2%Language:HTML 2.7%Language:Dockerfile 1.1%