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

Plain PHP without a framework — push code with Git, Composer optional.

There are 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. Plain PHP deploys here like everything else: git push or SFTP, Composer optional, SSH always included. The free trial handles a single index.php as well as a grown legacy codebase.

Different by design

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.

#