php-sdk
php-sdk copied to clipboard
Dapr SDK for PHP
It would be nice to have an automated process that listens for a new tag to be pushed to the `dapr/dapr` repo that updates the version accordingly so we are...
It would be nice if a user could self assign issues to themselves and have parity with other dapr repos where they may self assign issues. Steps That entails having...
## Describe the proposal **Is your feature request related to a problem? Please describe.** There is no visual representation for how the SDK interacts with the Dapr runtime. **Describe the...
## Describe the proposal Allow consistent way to configure endpoint for Dapr's sidecar, while enabling remote sidecar configuration. Child of https://github.com/dapr/dapr/issues/6035 SDK should parse these in a consistent way, so...
Following on the proposal dapr/dapr#5309, this PR standardizes the value reported in the user-agent header. The PHP SDK was already reporting itself as being a Dapr SDK, but this changes...
Signed-off-by: Rob Landers # Description Making sure integration tests still pass ## Checklist Please make sure you've completed the relevant tasks for this PR, out of the following list: *...
## Expected Behavior v2 actions are being deprecated and need to be updated to v3. ## Release Note RELEASE NOTE: **UPDATE** GitHub Actions
## Describe the proposal #Expected Behavior Exception's error message (not stacktrace) from Actor's method is surfaced to the caller. Add details like exception method, line number, exception type and generate...
Getting the above type error when invoking `DaprClient->deleteState()`. The implementation for this in `Dapr\Client\HttpStateTrait` calls `deleteStateAsync` which in turn calls `tryDeleteStateAsync` - triggering the error. This is caused by `tryDeleteStateAsync`...
The Configuration API feature has been implemented in Dapr runtime: https://github.com/dapr/dapr/pull/3606 It needs to be accessible via the SDK.