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 $6.5/mo

©

Tempest PHP

Consider fortrabbit hosting a good option for Tempest based web applications.

Tempest PHP is a new PHP framework to build fast and scalable web applications. It emphasizes simplicity, performance, and developer productivity. Tempest provides powerful routing capabilities, a robust middleware system, and comprehensive security features out of the box. The framework follows modern PHP practices and design patterns. It's made by Brent Roose, who is also the well known author of stitcher.io.

Installing Tempest on fortrabbit is straightforward. You deploy your code with git push and let Composer do the rest for you. fortrabbit has a track record for fast, reliable and secure hosting. It's less expensive than some more enterprise solutions.

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

How do I deploy a Tempest app to fortrabbit?
Git push

Git push - Push the repository; the build runs Composer and swaps in the release atomically. Tempest follows modern PHP practices, which the git-push-and-Composer workflow is built around. Set env vars in the dashboard and add a MySQL component if needed.

#
Does Tempest run on a recent enough PHP version here?
Yes

Yes - Tempest targets modern PHP, and a current PHP version is selected per app, so the framework's requirements are covered.

#
Tempest is new — can I pin a specific version?
Yes

Yes - The `composer.json` decides the exact Tempest version, so the app can stay on a known-good release as the framework evolves.

#
Can I try Tempest hosting before paying?
Yes

Yes - New apps start as a free trial — seven days, no credit card.

#
Which database does Tempest use on fortrabbit?
MySQL

MySQL - Add a MySQL component and configure Tempest's database connection via env vars. MySQL is the relational database available here.

#