Cookies ahead

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

Docs

Examples

These examples show the costs for different real life setups including apps with multiple environments and different software stacks.

Docs

fortrabbit / supported software

from $4.5/mo

©

General PHP

Consider fortrabbit if you're looking to host your custom PHP web project.

There many great frameworks in PHP and it's probably fair to say, that PHP is the CMS language. So why still start from scratch when good, well supported abstraction is available? We don't know. fortrabbit is a different kind of hosting, affordable, fast, reliable, secure. There is a free trial. Give it spin. Come for the platform, stay for the service.

An honest account.

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.

Frequently asked

Can I host a custom PHP app with no framework?
Yes

Yes - fortrabbit runs plain PHP as happily as any framework. Point the root path at the public directory, set env vars in the dashboard, and deploy with `git push`.

#
Do I need Composer to deploy raw PHP?
Optional

Optional - Composer is optional. With a `composer.json` present, the build installs dependencies; without one, the files deploy as they are. Either way, `git push` is the deploy.

#
Which PHP version can I run?
It depends

It depends - The PHP version is chosen per app from the supported range, current and older releases, to match whatever the code needs.

#
Can I try it before paying?
Yes

Yes - Every new app starts as a free trial — seven days, no credit card — enough to deploy a custom PHP project and see how it runs.

#
Can I run CLI scripts and scheduled tasks?
Over SSH

Over SSH - Full SSH access is included, so PHP CLI scripts and other app commands run directly against the environment. Recurring scripts run as cron jobs.

#