Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

apm-group-org/laravel-grpc-server

This branch is up to date with roseffendi/laravel-grpc-server:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

46fba6c · Sep 4, 2020

History

9 Commits
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Sep 2, 2020
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019
Nov 26, 2019

Repository files navigation

Laravel GRPC Server

This repository contain Laravel implementation of grpc server sample. This app run on top of https://github.com/spiral/php-grpc server which built on top of roadrunner server. Laravel grpc client sample can be found at https://github.com/roseffendi/laravel-grpc-client

Setup

You can follow https://github.com/spiral/php-grpc 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 grpc server implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.3%
  • HTML 2.6%
  • Dockerfile 1.1%