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

It would be great don't use phpdoc blocks for typed arguments. When I use pslam, I bump into an error ``` Argument 1 of Temporal\Internal\ServiceContainer::fromWorkerFactory expects Temporal\WorkerFactory, Spiral\TemporalBridge\WorkerFactory provided ```...

Bug

What's the reason to use `Carbon`? It's slower than `DateInterval`. Very slower.

Feature

Hi, I can't activity_task_schedule_to_start_latency metrics on php-sdk. Is it not implemented yet ? I heard the php-sdk is built on top of Go one. So it should be there. Could...

To match these PRs in [Java SDK (with explanation)](https://github.com/temporalio/sdk-java/pull/942) and [Go SDK](https://github.com/temporalio/sdk-go/pull/693). ### Additional context I'm not sure how to get the message type / full name (`my.package.MyMessage`) from the...

### Describe the bug If worker started with `->withEnableSessionWorker(true)` requesting any activity from it causes `ActivityNotRegisteredError` ### To Reproduce php worker ```php

Bug

**Describe the bug** I send an array from my activity as a result, but in promise step **then** I get **stdClass** instead of array. **To Reproduce** Steps to reproduce the...

Duplicate

I'm trying to run Temporal with Symfony application and have problem with error tracing. 1. I'm trying to run non-existent activity method (it exists, but report isn't about that) I...

Question

Service container and worker factory classes: - https://github.com/temporalio/sdk-php/blob/a5a212793f1cb5555d692fb134c01242f8e6111c/src/Internal/ServiceContainer.php#L125 - https://github.com/temporalio/sdk-php/blob/a5a212793f1cb5555d692fb134c01242f8e6111c/src/WorkerFactory.php#L286 Should be rewritten using a clearer and more user-friendly approach (global PSR-11?). We should think about solving this problem, because...