Cookies ahead

Our support chat tool "Intercom" would like to collect some more data on you. See the related link for more details.

Docs

DigitalOcean App Platform alternative for PHP hosting

Reviewed

Created

Markdown ↓

🐙

fortrabbit vs DO App Platform.

fortrabbit is a DigitalOcean App Platform alternative — a managed PHP PaaS with native MySQL, persistent storage, and predictable per-app pricing.

DigitalOcean App Platform alternative for PHP at a glance

fortrabbit is a managed PaaS built exclusively for PHP. DigitalOcean App Platform sits on top of DO's Droplets and Kubernetes infrastructure, offering managed deployments for many languages and frameworks. For PHP specifically, the experience is generic — you assemble app spec files, manage container resources, and handle MySQL as a separate managed-database product with its own pricing tier.

If you want a PaaS where PHP is the default rather than one option of many, fortrabbit gives you git-push deployments, integrated MySQL, atomic releases, and PHP-tuned defaults (opcache, version pinning, Composer) — without app spec YAML or separate database billing. Hosting is in EU data centers, support is direct from the engineers running the platform, and pricing is per-app and predictable. Plans start at €2.50 per month; the trial doesn't require a credit card.

DO App Platform vs fortrabbit — feature comparison

FeatureDO App Platformfortrabbit
FocusPolyglot, buildpacksPHP only
Deploymentgit + app specgit push, atomic
Managed MySQLSeparate paid productNative
Managed RedisSeparate paid productNative
App configurationYAML app specDashboard + git
SSH accessConsole onlyFull SFTP + SSH
RegionMany DO regionsEU (Germany)
Pricing modelPer-component hourlyPer-app, monthly
Free tierStatic sites only30-day trial, no card
SupportTiered, paid for fastHuman chat, all plans
CompanyNYSE: DOCNIndependent, bootstrapped

Pricing comparison

Use caseDO App Platformfortrabbit
Small site / devBasic $5 + DB $15 ≈ $20 / mo€5 / mo
Production appPro $25 + DB $30 ≈ $55 / mo€30 / mo
Scaled appPro 2x $50 + DB $60 + Redis ≈ $120+ / mo€60–€120 / mo depending on tier

Numbers are illustrative — exact App Platform pricing varies with component size and database tier. See fortrabbit pricing for the current matrix.

Migrating from DO App Platform to fortrabbit

  1. Provision the app on fortrabbit. Pick a region (EU) and a plan. The free trial is enough to validate the move.
  2. Add the MySQL component. Export from DO's managed MySQL, import via fortrabbit's SSH tunnel — see MySQL import guide.
  3. Drop the app spec. fortrabbit deploys PHP source via git push directly; no app spec YAML to maintain.
  4. Connect your git provider. Install the fortrabbit GitHub App (or connect GitLab / Bitbucket) and link your existing repo to the new fortrabbit app — see deployment intro. Pushes to your branch trigger an automatic deploy; Composer install runs as part of it.
  5. Move environment variables. DO App Platform env vars map 1:1 to fortrabbit env vars — set in the dashboard or via the CLI.
  6. Move static files. rsync uploads and assets into your fortrabbit app's persistent storage via SFTP / SSH.
  7. Cut over DNS. Add the domain in the fortrabbit dashboard, update the CNAME, and watch the certificate issue automatically via Let's Encrypt.

Why teams switch

  • No app spec YAML. Push PHP source, not configuration files.
  • PHP-first ergonomics. Composer, OPcache, version pinning, integrated MySQL — all defaults.
  • Predictable bills. Per-app monthly pricing, no per-component stacking.
  • Owner-run support. You talk to the engineers who run the platform.

For background on DigitalOcean as a hosting provider, see our DigitalOcean Droplets entry.

Start a free trial — no credit card

Written by AI, lectured by a human.

AI usage policy