dapr / php-sdk

Dapr SDK for PHP
Apache License 2.0
72 stars 15 forks source link

Replace custom CloudEvents implementation with official sdk #128

Open hendrikheil opened 2 years ago

hendrikheil commented 2 years ago

Describe the feature

I think this library could benefit from using the official cloudevents php-sdk implementation. There has recently been work on an official implementation of cloudevents of a php-sdk. It looks like it could replace the current implementation just fine.

https://github.com/cloudevents/sdk-php

I'd be happy to contribute here and replace the implementation :)

Release Note

RELEASE NOTE: UPDATE switch to using cloudevents/php-sdk