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

©

CakePHP hosting

Consider fortrabbit if you're looking for trustful CakePHP hosting.

CakePHP is a sweet treat for PHP developers. It is an open-source web development framework written in PHP. As a framework it competes with Laravel, Symfony and others. It's around since 2005 already. Michal Tatarynowicz originally created it, inspired by Ruby on Rails.

CakePHP runs well here. 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

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

Git push - Push your repository; the build runs Composer and swaps in the release atomically. Add a MySQL component, set env vars in the dashboard, and run the cake console and migrations over SSH.

#
Can I host an older version of CakePHP?
Yes

Yes - Your `composer.json` decides the CakePHP version and the PHP release is selected to match, so a long-running app from an earlier major version keeps working.

#
Do you have a CakePHP-specific guide?
It depends

It depends - CakePHP is a standard Composer-based PHP app, so the general deployment docs apply directly. Our support can help with anything specific to the setup.

#
Can I try CakePHP hosting before paying?
Yes

Yes - New apps start as a free trial — seven days, no credit card — enough to deploy a real CakePHP project.

#
Can I run CakePHP migrations and console commands?
Over SSH

Over SSH - Full SSH access is included, so the cake console, bake, and database migrations run directly against the environment. Scheduled tasks run as cron jobs.

#