Cookies ahead

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

Docs

Fly.io alternative for PHP hosting

Created

Reviewedbyfl

✈️

fortrabbit vs Fly.io.

fortrabbit is a Fly.io alternative — a managed PHP PaaS without the CLI-and-Docker overhead, with native MySQL and persistent storage.

Why pick fortrabbit over Fly.io for PHP hosting?

fortrabbit is a managed PaaS built exclusively for PHP. Fly.io runs Firecracker microVMs in regions around the world — powerful infrastructure if you need global edge distribution, but everything is configured through the flyctl CLI and a Dockerfile you maintain. For most PHP teams, that's lower-level than they want.

If you don't need a global edge fleet — most PHP sites and applications don't — fortrabbit gives you the upper layer of abstraction: git push deploys, atomic releases, integrated MySQL, PHP-tuned runtime defaults (opcache, version pinning, Composer), and a dashboard instead of a CLI. Hosting is in EU data centers; support comes from the engineers who run the platform. Plans start at €2.50 per month; the trial doesn't require a credit card.

Start a free trial — no credit card

How does fortrabbit compare to Fly.io?

FeatureFly.iofortrabbit
FocusPolyglot, microVMsPHP only
AbstractionDockerfile requiredPush PHP source
Deploymentflyctl, Dockerfilegit push, atomic
Managed MySQLNative
Managed PostgresYes
Edge regions30+ worldwideEU (Ireland)
SSH accessflyctl ssh, ephemeralFull SFTP + SSH
Pricing modelPer-machine + bandwidthPer-app, monthly
Free tierLimited allowance7-day trial, no card
SupportCommunity, paid fastHuman chat, all plans
CompanyVenture-backedIndependent, bootstrapped

Pricing comparison

Use caseFly.iofortrabbit
Small site / devshared-cpu-1x + small Postgres ≈ $5–$10 / mo€5 / mo
Production appdedicated 2x + Postgres + bandwidth ≈ $50+ / mo€30 / mo
Scaled appMulti-region machines + DB ≈ $150+ / mo€60–€120 / mo depending on tier

Numbers are illustrative — exact Fly.io pricing varies with machine size, region count, and egress. See fortrabbit pricing for the current matrix.

Migrating from Fly.io 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. If you were on Fly Postgres, plan a schema port; if you brought your own MySQL, mysqldump and import via fortrabbit's SSH tunnel — see MySQL import guide.
  3. Drop the Dockerfile and fly.toml. fortrabbit deploys PHP source via git push; no container image or app config file 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 and secrets. flyctl secrets list → fortrabbit env vars. Set in the dashboard or via the CLI.
  6. Move persistent volumes. rsync from Fly volumes 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 Dockerfile, no flyctl. Push PHP source, use a dashboard.
  • PHP-first ergonomics. Composer, OPcache, version pinning, integrated MySQL — all defaults.
  • Predictable bills. Per-app monthly pricing, no per-machine or egress surprises.
  • Owner-run support. You talk to the engineers who run the platform.

For background on Fly.io itself, see our hosting guide entry.

Frequently asked

Do I need Fly.io's global edge for a typical PHP app?
Probably not

Probably not - Most PHP applications — internal tools, marketing sites, Laravel apps with one user base — do not benefit from a global edge fleet. Fly.io's Firecracker microVMs and worldwide regions are a real advantage if your users are evenly distributed across continents. If they are not, the additional complexity of a Dockerfile, flyctl, and multi-region state management is overhead you pay every deploy without a payoff.

#
Can I deploy PHP to fortrabbit without writing a Dockerfile?
Yes

Yes - fortrabbit accepts a PHP repository directly — push to your branch, Composer runs as part of the build, and the app starts on the PHP version you pinned in the dashboard. No Dockerfile, no flyctl, no machine config file. The trade-off is less control over the base image; the upside is no Docker step in the middle.

#
Is fortrabbit cheaper than Fly.io for a single-region PHP app?
Usually

Usually - For a small to mid-sized single-region PHP app with MySQL, fortrabbit's per-app plan is usually less than running equivalent Fly Machines plus a managed Postgres or MySQL on Fly. Pricing is a flat monthly plan rather than per-second machine billing, so you do not need to chart usage to predict the invoice.

#
How do I migrate a PHP app from Fly.io to fortrabbit?
Self-service

Self-service - Strip the Dockerfile and `fly.toml` from the migration path — they are not used. Push the repo to fortrabbit so the git-push triggers Composer install, transfer environment variables, and import the database from your Fly Postgres or MySQL dump via the SSH tunnel into the new MySQL component. Persistent volumes on Fly map to fortrabbit's persistent storage; rsync the contents in.

#
Can I try fortrabbit before moving off Fly.io?
Yes

Yes - The free trial runs for 7 days and needs no credit card, one trial per new app. That is enough to provision an app, import a database, and validate a deploy before committing. Pricing afterwards is component-based and billed in arrears, with a one-day minimum.

#

Different by design

A platform purpose-built for PHP. More than the sum of its parts.

Pay in arrears

Daily prorated, post-paid billing. No upfront payment, no yearly commitment.

Modular pricing

Pay per component and scale each one from xs to 2xl on its own.

No dark patterns

No vendor lock-in, no upselling, no misleading messages.

Humans in support

Eye-level developer chat over the support bubble. No sales calls.

Developer-first

Git-push deploy, SSH access, bring your own code. No 1-click bloat.

Managed platform

A hardened, service-oriented PHP stack. Deploy code, skip the server admin.