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

©

CodeIgniter hosting

No servers to patch or maintain — a lean framework on a managed PHP stack.

CodeIgniter is a free and open-source web framework built with PHP. It's simple and flexible. It performs well. It's been around since 2006 and was originally developed by EllisLab (also known for ExpressionEngine). As a framework it competes with Laravel, Symfony and Yii.

CodeIgniter runs well here. A lightweight framework doesn't ask for much: a small PHP component covers most projects, with MySQL added when needed. The free trial shows real response times before any payment.

Different by design

Frequently asked

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

Git push - Push your repository; Composer runs in the build and the release is swapped in atomically. Add a MySQL component, set env vars, and use SSH for migrations and Spark commands.

#
Can I host an older version of CodeIgniter, like CodeIgniter 3?
Yes

Yes - The framework version is set in the codebase and the PHP version is picked to match, so a legacy CodeIgniter 3 app and a modern CodeIgniter 4 project are both fine.

#
Is CodeIgniter fast on fortrabbit?
Yes

Yes - CodeIgniter is lightweight to begin with, and it runs on isolated resources here with OPcache available, so small apps stay quick. Scale the PHP component if traffic grows.

#
Can I try CodeIgniter hosting before paying?
Yes

Yes - Every new app starts as a free trial — seven days, no credit card.

#
Does CodeIgniter need a database here?
It depends

It depends - Most CodeIgniter apps use a relational database; add a MySQL component for that. A site that stores nothing can run on the PHP component alone.

#