/laravel-grpc-client

Laravel gprc client implementation

Primary LanguagePHP

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