Skip to content

refactor(engine/php): flatten pkg/php → engine/php module root#36

Merged
Snider merged 1 commit into
mainfrom
lane/php-flatten
Jul 23, 2026
Merged

refactor(engine/php): flatten pkg/php → engine/php module root#36
Snider merged 1 commit into
mainfrom
lane/php-flatten

Conversation

@Snider

@Snider Snider commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

engine/php/pkg/phpengine/php: the php package now sits at the module root, so consumers import dappco.re/go/render/engine/php directly (not .../engine/php/pkg/php). All package files + locales/ moved up one level; cmd/core-php's import updated. Default/stub GOWORK=off build + vet green; only cmd/core-php/main.go referenced the old path.

🤖 Generated with Claude Code
Co-Authored-By: Virgil virgil@lethean.io

The php package now lives at the engine/php module root
(dappco.re/go/render/engine/php) rather than a pkg/php subpackage, so
consumers import dappco.re/go/render/engine/php directly. Moved every
package file + locales/ up one level and updated cmd/core-php's import.
Default/stub build + vet green.

Co-Authored-By: Virgil <virgil@lethean.io>
@coderabbitai

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Snider, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 50 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 37364301-d116-44c2-a67d-51a8d36a6b0f

📥 Commits

Reviewing files that changed from the base of the PR and between 9b8eae1 and 10e27c4.

📒 Files selected for processing (82)
  • engine/php/bridge.go
  • engine/php/bridge_example_test.go
  • engine/php/bridge_test.go
  • engine/php/cmd.go
  • engine/php/cmd/core-php/main.go
  • engine/php/cmd_build.go
  • engine/php/cmd_ci.go
  • engine/php/cmd_ci_example_test.go
  • engine/php/cmd_ci_test.go
  • engine/php/cmd_commands.go
  • engine/php/cmd_commands_example_test.go
  • engine/php/cmd_commands_test.go
  • engine/php/cmd_deploy.go
  • engine/php/cmd_dev.go
  • engine/php/cmd_example_test.go
  • engine/php/cmd_packages.go
  • engine/php/cmd_serve_frankenphp.go
  • engine/php/cmd_serve_frankenphp_example_test.go
  • engine/php/cmd_serve_frankenphp_stub.go
  • engine/php/cmd_serve_frankenphp_stub_example_test.go
  • engine/php/cmd_serve_frankenphp_stub_test.go
  • engine/php/cmd_serve_frankenphp_test.go
  • engine/php/cmd_test.go
  • engine/php/compat.go
  • engine/php/container.go
  • engine/php/container_example_test.go
  • engine/php/container_test.go
  • engine/php/coolify.go
  • engine/php/coolify_example_test.go
  • engine/php/coolify_test.go
  • engine/php/core_assert_test.go
  • engine/php/deploy.go
  • engine/php/deploy_example_test.go
  • engine/php/deploy_test.go
  • engine/php/detect.go
  • engine/php/detect_example_test.go
  • engine/php/detect_test.go
  • engine/php/dockerfile.go
  • engine/php/dockerfile_example_test.go
  • engine/php/dockerfile_test.go
  • engine/php/env.go
  • engine/php/env_example_test.go
  • engine/php/env_test.go
  • engine/php/extract.go
  • engine/php/extract_example_test.go
  • engine/php/extract_test.go
  • engine/php/go_cli_helpers.go
  • engine/php/go_cli_helpers_example_test.go
  • engine/php/go_cli_helpers_test.go
  • engine/php/handler.go
  • engine/php/handler_example_test.go
  • engine/php/handler_stub.go
  • engine/php/handler_stub_example_test.go
  • engine/php/handler_stub_test.go
  • engine/php/handler_test.go
  • engine/php/i18n.go
  • engine/php/locales/en_GB.json
  • engine/php/packages.go
  • engine/php/packages_example_test.go
  • engine/php/packages_test.go
  • engine/php/php.go
  • engine/php/php_example_test.go
  • engine/php/php_test.go
  • engine/php/quality.go
  • engine/php/quality_example_test.go
  • engine/php/quality_test.go
  • engine/php/service.go
  • engine/php/service_example_test.go
  • engine/php/service_test.go
  • engine/php/services.go
  • engine/php/services_example_test.go
  • engine/php/services_test.go
  • engine/php/services_unix.go
  • engine/php/services_windows.go
  • engine/php/sonar_constants.go
  • engine/php/ssl.go
  • engine/php/ssl_example_test.go
  • engine/php/ssl_test.go
  • engine/php/testing.go
  • engine/php/testing_example_test.go
  • engine/php/testing_test.go
  • engine/php/workspace.go

Warning

Billing warning: we have not been able to collect payment for this subscription for more than 72 hours. Please update the payment method or pay any pending invoices in Billing to avoid service interruption.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Snider
Snider merged commit f2af773 into main Jul 23, 2026
2 checks passed
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
3.3% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant