Skip to content

feat(engine/php): CorePHP Laravel/FrankenPHP embed as a go-render engine#32

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

feat(engine/php): CorePHP Laravel/FrankenPHP embed as a go-render engine#32
Snider merged 1 commit into
mainfrom
lane/engine-php

Conversation

@Snider

@Snider Snider commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Lifts the Go embed out of the polyglot core/php repo into go-render as the own-module engine dappco.re/go/render/engine/php. Produces web assets (Laravel HTTP→HTML via FrankenPHP) and a console interface (artisan). FrankenPHP behind -tags frankenphp (cgo); default stub build is the gate. GOWORK=off build+vet green.

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

Lifts the Go embed out of the polyglot core/php repo into go-render as the
own-module engine dappco.re/go/render/engine/php. Produces both web assets
(Laravel HTTP -> HTML via FrankenPHP) and a console interface (artisan).
FrankenPHP stays behind -tags frankenphp (cgo); the default stub build is
the gate. Reparented all imports. GOWORK=off 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: 17 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: 88f5f68a-4738-419e-a7d4-6e9eddb168b5

📥 Commits

Reviewing files that changed from the base of the PR and between 4be58ee and e416175.

⛔ Files ignored due to path filters (1)
  • engine/php/go.sum is excluded by !**/*.sum
📒 Files selected for processing (83)
  • engine/php/cmd/core-php/main.go
  • engine/php/go.mod
  • engine/php/pkg/php/bridge.go
  • engine/php/pkg/php/bridge_example_test.go
  • engine/php/pkg/php/bridge_test.go
  • engine/php/pkg/php/cmd.go
  • engine/php/pkg/php/cmd_build.go
  • engine/php/pkg/php/cmd_ci.go
  • engine/php/pkg/php/cmd_ci_example_test.go
  • engine/php/pkg/php/cmd_ci_test.go
  • engine/php/pkg/php/cmd_commands.go
  • engine/php/pkg/php/cmd_commands_example_test.go
  • engine/php/pkg/php/cmd_commands_test.go
  • engine/php/pkg/php/cmd_deploy.go
  • engine/php/pkg/php/cmd_dev.go
  • engine/php/pkg/php/cmd_example_test.go
  • engine/php/pkg/php/cmd_packages.go
  • engine/php/pkg/php/cmd_serve_frankenphp.go
  • engine/php/pkg/php/cmd_serve_frankenphp_example_test.go
  • engine/php/pkg/php/cmd_serve_frankenphp_stub.go
  • engine/php/pkg/php/cmd_serve_frankenphp_stub_example_test.go
  • engine/php/pkg/php/cmd_serve_frankenphp_stub_test.go
  • engine/php/pkg/php/cmd_serve_frankenphp_test.go
  • engine/php/pkg/php/cmd_test.go
  • engine/php/pkg/php/compat.go
  • engine/php/pkg/php/container.go
  • engine/php/pkg/php/container_example_test.go
  • engine/php/pkg/php/container_test.go
  • engine/php/pkg/php/coolify.go
  • engine/php/pkg/php/coolify_example_test.go
  • engine/php/pkg/php/coolify_test.go
  • engine/php/pkg/php/core_assert_test.go
  • engine/php/pkg/php/deploy.go
  • engine/php/pkg/php/deploy_example_test.go
  • engine/php/pkg/php/deploy_test.go
  • engine/php/pkg/php/detect.go
  • engine/php/pkg/php/detect_example_test.go
  • engine/php/pkg/php/detect_test.go
  • engine/php/pkg/php/dockerfile.go
  • engine/php/pkg/php/dockerfile_example_test.go
  • engine/php/pkg/php/dockerfile_test.go
  • engine/php/pkg/php/env.go
  • engine/php/pkg/php/env_example_test.go
  • engine/php/pkg/php/env_test.go
  • engine/php/pkg/php/extract.go
  • engine/php/pkg/php/extract_example_test.go
  • engine/php/pkg/php/extract_test.go
  • engine/php/pkg/php/go_cli_helpers.go
  • engine/php/pkg/php/go_cli_helpers_example_test.go
  • engine/php/pkg/php/go_cli_helpers_test.go
  • engine/php/pkg/php/handler.go
  • engine/php/pkg/php/handler_example_test.go
  • engine/php/pkg/php/handler_stub.go
  • engine/php/pkg/php/handler_stub_example_test.go
  • engine/php/pkg/php/handler_stub_test.go
  • engine/php/pkg/php/handler_test.go
  • engine/php/pkg/php/i18n.go
  • engine/php/pkg/php/locales/en_GB.json
  • engine/php/pkg/php/packages.go
  • engine/php/pkg/php/packages_example_test.go
  • engine/php/pkg/php/packages_test.go
  • engine/php/pkg/php/php.go
  • engine/php/pkg/php/php_example_test.go
  • engine/php/pkg/php/php_test.go
  • engine/php/pkg/php/quality.go
  • engine/php/pkg/php/quality_example_test.go
  • engine/php/pkg/php/quality_test.go
  • engine/php/pkg/php/service.go
  • engine/php/pkg/php/service_example_test.go
  • engine/php/pkg/php/service_test.go
  • engine/php/pkg/php/services.go
  • engine/php/pkg/php/services_example_test.go
  • engine/php/pkg/php/services_test.go
  • engine/php/pkg/php/services_unix.go
  • engine/php/pkg/php/services_windows.go
  • engine/php/pkg/php/sonar_constants.go
  • engine/php/pkg/php/ssl.go
  • engine/php/pkg/php/ssl_example_test.go
  • engine/php/pkg/php/ssl_test.go
  • engine/php/pkg/php/testing.go
  • engine/php/pkg/php/testing_example_test.go
  • engine/php/pkg/php/testing_test.go
  • engine/php/pkg/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.

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
B Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@Snider
Snider merged commit b9078c7 into main Jul 23, 2026
3 of 4 checks passed
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