sdk-php icon indicating copy to clipboard operation
sdk-php copied to clipboard

Temporal PHP SDK

Results 136 sdk-php issues
Sort by recently updated
recently updated
newest added

## What was changed Added ability to return associative array from activities with JsonEncoder. ## Why? Although @SerafimArts explains in every related issue that json has no support for hashmaps...

Ok, I remember that readonly didn't work for me, but now they are working, so I created a test case for it. In order for it to work we need...

## Why? To have possibility to change default port for temporal test server. Also: Since output of RR is not visible in PHPunit sometimes it's hard to figure out where...

enhancement

Now each property is set individually after the object has been created. This does not work with `readonly` fields.

enhancement

See other SDKs for reference. Go SDK already provides this functionality, need to wrap the API and expose to PHP. The purpose of the replayer is: - replay workflow histories...

See other SDKs for reference, built on top of interceptors EDIT: - We have to finish this PR: https://github.com/temporalio/sdk-php/pull/313

Feature

Can use any of the other SDKs as reference. The main uses for interceptors are context propagation, authorization and instrumentation.

SDK should have a lazy and eager way to create a client and expose a healthcheck method ref: https://github.com/temporalio/sdk-php/issues/223

enhancement