apache / eventmesh

EventMesh is a new generation serverless event middleware for building distributed event-driven applications.
https://eventmesh.apache.org/
Apache License 2.0
1.62k stars 642 forks source link

[Feature] Support PHP SDK #1193

Open zmt-Eason opened 2 years ago

zmt-Eason commented 2 years ago

Search before asking

Feature Request

Nowadays,we have provided SDKs including Java and Golang. Do we consider provide PHP SDK? We could create it base-on grpc branch.

Are you willing to submit PR?

HattoriHenzo commented 1 year ago

@xwm1992 I am willing to work on it. Is there any guideline or pattern in the documentation on how eventmesh SDK should be implemented?

Pil0tXia commented 10 months ago

@HattoriHenzo eventmesh-sdk-java module is a helpful example.

HattoriHenzo commented 10 months ago

@Pil0tXia Thanks for your feedback. I will take a look.