You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
Summary
gRPC supports PHP, so this should just be a case of generating client code for PHP.
What is the use-case?
I'm currently building a Laravel app that integrates with Chirpstack to communicate with IoT sensors out in the field. Having a gRPC client for Chirpstack would simplify things since I'm effectively writing a client from scratch using the REST API:
Summary
gRPC supports PHP, so this should just be a case of generating client code for PHP.
What is the use-case?
I'm currently building a Laravel app that integrates with Chirpstack to communicate with IoT sensors out in the field. Having a gRPC client for Chirpstack would simplify things since I'm effectively writing a client from scratch using the REST API:
Implementation description
Basically the same as the clients for the other supported languages?
Can you implement this by yourself and make a pull request?
I'm happy to give it a go, but I've never worked with gRPC before
The text was updated successfully, but these errors were encountered: