Add PHP SDK support (11 reference files)#40
Draft
donald-pinckney wants to merge 4 commits intodevfrom
Draft
Conversation
Created PHP reference content for: patterns, testing, error-handling, determinism, determinism-protection, versioning, data-handling, observability, advanced-features, gotchas, and php.md (language entry). Code-first style matching Python reference. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Renamed sections to match Python reference style (6 section name fixes) - observability.md: replaced full Search Attributes content with ref to data-handling.md - gotchas.md: removed extra subsection already covered in php.md - versioning.md: expanded Worker Versioning to match Python verbosity Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- patterns.md: Fixed dynamic handler params (array -> ValuesInterface), continueAsNew signature (added yield, string type + array args), heartbeat details API (hasHeartbeatDetails + typed getHeartbeatDetails) - data-handling.md: Fixed SearchAttributeKey import path (added SearchAttributes sub-namespace), TypedSearchAttributes::new() + withSearchAttribute(), valueSet() instead of withValue() Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- SKILL.md: Added "Temporal PHP" trigger phrase, updated overview to include PHP, added PHP getting started guide reference - core/determinism.md: Added PHP entry to SDK Protection Mechanisms describing runtime command-ordering checks (no sandbox) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Key PHP-specific decisions
yieldfor async (notasync/await)#[WorkflowInterface], etc.) on interfacesCorrectness verification
Test plan
🤖 Generated with Claude Code