This repository contain Laravel implementation of grpc client sample. Laravel grpc server sample can be found at https://github.com/roseffendi/laravel-grpc-server
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.
To run tests, run following command
vendor/bin/phpunit