
Welcome to CodeIgniter
CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.
CodeIgniter4 User Guide — CodeIgniter 4.7.0 documentation
Feb 1, 2026 · Getting Started Installation Composer Installation Manual Installation Running Your App Worker Mode Troubleshooting Deployment Change Logs Upgrading From a Previous Version …
Welcome to CodeIgniter
CodeIgniter 3 is the legacy version of the framework, intended for use with PHP 5.6+. This version is in maintenance, receiving mostly just security updates, and the current version is 3.1.13.
Installation — CodeIgniter 4.7.0 documentation
Feb 1, 2026 · We recommend the Composer installation because it keeps CodeIgniter up to date easily. If you would like the simple “download & go” install that CodeIgniter 3 is known for, choose the …
Welcome to CodeIgniter4 — CodeIgniter 4.6.4 documentation
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure. It is an Application Development Framework - a toolkit - for people who build web sites using PHP.
CodeIgniter User Guide — CodeIgniter 3.1.13 documentation
Introduction ¶ CodeIgniter Overview Getting Started CodeIgniter at a Glance Supported Features Application Flow Chart Model-View-Controller Architectural Goals
Version 4.7.0 — CodeIgniter 4.7.0 documentation
Feb 1, 2026 · Affected methods are: CodeIgniter\Encryption\EncrypterInterface::encrypt () CodeIgniter\Encryption\EncrypterInterface::decrypt () …
Build Your First Application — CodeIgniter 4.7.0 documentation
You can serve it through any server of your choice, Apache, nginx, etc, but CodeIgniter comes with a simple command that takes advantage of PHP’s built-in server to get you up and running fast on your …
CodeIgniter at a Glance — CodeIgniter 3.1.13 documentation
CodeIgniter comes with full-range of libraries that enable the most commonly needed web development tasks, like accessing a database, sending email, validating form data, maintaining sessions, …
Installation Instructions — CodeIgniter 3.1.13 documentation
In CodeIgniter, this can be done by setting the ENVIRONMENT constant, which is more fully described on the security page. That’s it! If you’re new to CodeIgniter, please read the Getting Started section …