php-sdk
php-sdk copied to clipboard
Dapr SDK for PHP
## Describe the proposal Ref https://github.com/dapr/dapr/issues/2864 ## Release Note RELEASE NOTE: **ADD** support domain socket.
This feature is implemented in dapr runtime: dapr/dapr#3662 It should be available via the SDK
This feature has been implemented in Dapr runtime: dapr/dapr#2906 It needed to be available via the SDK.
# Description This PR aims to add support for the official CloudEvent PHP SDK while deprecating the use of the current CloudEvent implementation. ## Issue reference #128 ## Checklist Please...
## 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...
Per work items below, the syntax of the state query JSON has been slightly changed, to make it more intuitive: https://github.com/dapr/components-contrib/issues/1490 https://github.com/dapr/components-contrib/pull/1491 https://github.com/dapr/components-contrib/pull/1500 https://github.com/dapr/docs/pull/2195 Please validate this change in the...
# Description This is a work-in-progress diff to generate clients for GRPC and REST with Dapr. ## Issue reference We strive to have all PR being opened based on an...
## Describe the feature Dapr supports GPRC which the PHP SDK could benefit from. ## Release Note RELEASE NOTE: **ADD** GPRC client
We want to update the README for all Dapr repos so they all include shield badges for YouTube, Discord, X/Twitter and ensure they are all in the same style. See:...
Given that Php 8.0 is now eol, and this project doesn’t work with 8.1 is there anything happening with this project now? I saw a new maintainer was asked for,...