p2g php2go Cloud
loginLogin rocket_launchStart
Documentation

php2go Cloud documentation

A practical user guide: prepare a ZIP, choose an entrypoint, run allowed commands, download the artifact, and understand common compiler errors.

Fast path to the first build
  1. Pack the project into a ZIP without secrets or junk files.
  2. Make sure the entrypoint exists, usually public/index.php.
  3. Run report/check/deps before compile.
  4. Download the artifact and run the binary using README_RUN.
LIMITS

Upload and build limits

Limits protect workers from huge archives, zip bombs, stuck processes, and endless logs. Some limits depend on the plan, others are platform settings.

ZIP256 MB
Files5000
Extracted1024 MB
Single file128 MB
Depth30
Timeout1200s
Log5120 KB
Sandboxnone

If a plan limit is exhausted, the command is blocked until renewal, plan upgrade, or one-time compile purchase.