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

©

Symfony hosting

Kindly consider fortrabbit hosting a good option for Symfony based web applications.

Symfony is not only a set of PHP components. It's a web application framework, a philosophy and a community — all working together in harmony. The predictable release cycle and the LTS are unique in our fast moving industry.

The fortrabbit hosting environment works smoothly with the Symfony framework and with many Symfony based projects. Installing Symfony on fortrabbit is straightforward. You deploy your code with git push and let Composer do the rest for you. We love it too and use it a lot. Some of our backend services are based on Symfony and API Platform. That's why we can give you good support for it. 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 Symfony app to fortrabbit?
Git push

Git push - Push the repository; the deploy runs Composer, then build steps like `cache:clear` and `assets:install`, and swaps in the new release atomically. Set `APP_ENV` and secrets as env vars in the dashboard. fortrabbit runs Symfony in its own backend, so the setup is well-trodden.

#
Can I host an older or LTS version of Symfony?
Yes

Yes - Symfony's predictable release cycle is one of its strengths, and the `composer.json` decides the version. Pair an LTS release with a matching PHP version and run it as long as needed; the upgrade happens when it suits the project.

#
Do Messenger workers and the scheduler run here?
Yes

Yes - The Symfony scheduler and `messenger:consume` run from cron jobs, and full SSH access covers console commands, migrations, and debugging as usual.

#
Can I try Symfony hosting before paying?
Yes

Yes - New apps start as a free trial — seven days, no credit card — enough to deploy a real Symfony project and check the response times.

#
Which database does Symfony use on fortrabbit?
MySQL

MySQL - Add a MySQL component and point Doctrine at it via the database env vars. It is the standard relational database here for a Symfony app.

#