Make the managed PHP playground easier to find and edit - #82
Merged
Merged
Conversation
rmcdaniel
marked this pull request as ready for review
September 5, 2026 06:52
Member
Author
|
Focused local validation passed: 6 tests / 28 assertions covering fresh scaffolds, preserved readiness diagnostics, required managed arguments, role-isolated managed journeys, and emitted source/evidence paths across all three SDKs. Executed in the prepared Sample App development image with existing PHPUnit dependencies mounted read-only; no provider or live runtime calls. The local checkout has no root vendor installation, so full application validation is left to the normal public CI jobs. Whitespace checks pass. |
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.
Closes #81.
Link a complete managed PHP command directly from the README entry point, including an explicit task queue and separate runtime credential roles. Explain which parts use Laravel container/configuration support and that Cloud, not the embedded queue worker, owns execution. Print the editable source and generated evidence paths before the normal journey starts; explain the default ignored directory and --source for caller-owned code.
The existing execution, credential isolation, registration checks, ignored-file policy, and source-preservation behavior are unchanged. Extend the managed journey test to check concrete source/evidence paths for all three SDKs. No new quickstart implementation, image configuration, provider experiment, or public customer data.