sdk-php
sdk-php copied to clipboard
Temporal PHP SDK
## 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...
Now each property is set individually after the object has been created. This does not work with `readonly` fields.
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
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