spiral/roadrunner-grpc
Laravel-friendly integration for RoadRunner gRPC: run high-performance PHP gRPC servers/workers, handle protobuf-based services, and communicate with the RoadRunner runtime for fast, long-lived processes and efficient microservices.
Architecture fit: This package integrates gRPC into RoadRunner, which is a common server for Laravel applications. It fits well for microservice architectures where Laravel services need high-performance, typed RPC communication. RoadRunner's Go-based runtime handles connections, while PHP workers process requests, aligning with Laravel's existing workflow when deployed via RoadRunner.
Integration feasibility: Requires RoadRunner as the application server (not standalone Laravel). Integration involves adding the package via Composer, configuring RoadRunner's .rr.yaml to load the gRPC plugin, and generating protobuf stubs. Feasible if RoadRunner is already in use, but unknown repository and low adoption (65 stars) complicate dependency management.
Technical risk: High due to unknown repository (no public code visibility), low adoption (65 stars),
How can I help you explore Laravel packages today?