PHPackages                             pocketarc/codeigniter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. pocketarc/codeigniter

ActiveProject[Framework](/categories/framework)

pocketarc/codeigniter
=====================

Actively maintained CodeIgniter 3 fork with support for PHP 5.4 - PHP 8.5 (and beyond). Fully backward compatible.

3.4.3(3mo ago)29047.6k↓28.2%57[1 issues](https://github.com/pocketarc/codeigniter/issues)[1 PRs](https://github.com/pocketarc/codeigniter/pulls)MITPHPPHP &gt;=5.4.8CI passing

Since Nov 3Pushed 3mo ago43 watchersCompare

[ Source](https://github.com/pocketarc/codeigniter)[ Packagist](https://packagist.org/packages/pocketarc/codeigniter)[ Docs](https://github.com/pocketarc/codeigniter)[ RSS](/packages/pocketarc-codeigniter/feed)WikiDiscussions develop Synced yesterday

READMEChangelog (7)Dependencies (4)Versions (9)Used By (0)

What is this repository?
========================

[](#what-is-this-repository)

[![PHPUnit Tests](https://github.com/pocketarc/codeigniter/actions/workflows/test-phpunit.yml/badge.svg?branch=develop)](https://github.com/pocketarc/codeigniter/actions/workflows/test-phpunit.yml) [![PHP 5.4 - 8.5](https://camo.githubusercontent.com/8ecc85b010025d006768e88d70c4fd66662ff66d732b23164e905a4c37594090/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d352e342532302d2d253230382e352d3838393242463f6c6f676f3d706870)](https://camo.githubusercontent.com/8ecc85b010025d006768e88d70c4fd66662ff66d732b23164e905a4c37594090/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d352e342532302d2d253230382e352d3838393242463f6c6f676f3d706870) [![Packagist Version](https://camo.githubusercontent.com/d1b5be8de52216b8d18e2c73b9375aad877b425ad38b43765074210efe4d3c71/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706f636b65746172632f636f646569676e69746572)](https://packagist.org/packages/pocketarc/codeigniter) [![Packagist Downloads](https://camo.githubusercontent.com/ac2775292370320a910efde40b333198c230c3c0571618dca4d3ac9cad06bf7a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706f636b65746172632f636f646569676e69746572)](https://camo.githubusercontent.com/ac2775292370320a910efde40b333198c230c3c0571618dca4d3ac9cad06bf7a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706f636b65746172632f636f646569676e69746572)

This is a fork of CodeIgniter 3, with the goal of keeping it up to date with modern PHP versions. There is no intention to add new features or change the way CI3 works. This is purely a maintenance fork.

**PHP Compatibility:**

- ✅ PHP 5.4 - 8.1 (as per original CI3 support)
- ✅ PHP 8.2
- ✅ PHP 8.3
- ✅ PHP 8.4
- ✅ PHP 8.5 (and beyond as they are released)

The original CodeIgniter 3.x branch is no longer maintained, and has not been updated to work with PHP 8.2, or any newer version. This fork is intended to fill that gap.

If the original CodeIgniter 3.x branch is updated to work with PHP 8.2+, and starts to be maintained again, this fork might be retired.

Maintenance Policy
------------------

[](#maintenance-policy)

This fork commits to:

- Maintaining compatibility with each new PHP version while still supporting PHP 5.4+
- Applying critical security fixes
- Keeping changes minimal to preserve CI3 behavior
- Reverting breaking changes in CodeIgniter 3.2.0-dev to maintain backward compatibility (e.g. restoring the Cart library, Email helper, and other deprecated-but-removed functionality)
- Running the full CI3 test suite on PHP 8.2+

If you find something that was removed in CI 3.2.0-dev and breaks backward compatibility for your application, please open an issue. We're happy to restore it.

This fork does NOT:

- Add new features
- Change existing CI3 behavior
- Provide commercial support
- Make migration to CI4 any harder (or easier)

Issues and Pulls
----------------

[](#issues-and-pulls)

Issues and Pull Requests are welcome, but please note that this is a maintenance fork. New features will not be accepted. If you have a new feature you would like to see in CodeIgniter, please submit it to the original CodeIgniter 3.x branch.

Server Requirements
-------------------

[](#server-requirements)

PHP version 5.4 or newer, same as the original CI3 requirements.

Installation
------------

[](#installation)

You can install this fork using Composer:

```
composer require pocketarc/codeigniter
```

After installation, you need to point CodeIgniter to the new system directory. In your index.php file, update the $system\_path variable:

```
$system_path = 'vendor/pocketarc/codeigniter/system';
```

**Alternative Installation (Manual)**

If you prefer the traditional approach of replacing the system directory:

1. Download this repository
2. Replace your existing system/ directory with the one from this fork
3. No changes to index.php are needed with this method

**Note:** The Composer method makes future updates easier with composer update, while the manual method requires downloading and replacing the system directory each time.

**Upgrading from Original CI3**

This fork is based on the unreleased CodeIgniter 3.2.0-dev. For most applications the upgrade is straightforward: install via Composer, update your $system\_path, and review the upgrade guide.

The upgrade guide covers both 3.1.x and 3.2-dev users: [upgrade\_320.rst](user_guide_src/source/installation/upgrade_320.rst)

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance80

Actively maintained with recent releases

Popularity51

Moderate usage in the ecosystem

Community32

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~144 days

Recently: every ~127 days

Total

7

Last Release

104d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/09f83048fb2fd781448b09e26ed424a95666bf30850b9d3945d0202b1cdcb40b?d=identicon)[pocketarc](/maintainers/pocketarc)

---

Top Contributors

[![narfbg](https://avatars.githubusercontent.com/u/1058011?v=4)](https://github.com/narfbg "narfbg (4049 commits)")[![gaker](https://avatars.githubusercontent.com/u/42440?v=4)](https://github.com/gaker "gaker (245 commits)")[![timw4mail](https://avatars.githubusercontent.com/u/741525?v=4)](https://github.com/timw4mail "timw4mail (229 commits)")[![ericlbarnes](https://avatars.githubusercontent.com/u/116662?v=4)](https://github.com/ericlbarnes "ericlbarnes (144 commits)")[![vlakoff](https://avatars.githubusercontent.com/u/544424?v=4)](https://github.com/vlakoff "vlakoff (138 commits)")[![toopay](https://avatars.githubusercontent.com/u/534245?v=4)](https://github.com/toopay "toopay (127 commits)")[![jim-parry](https://avatars.githubusercontent.com/u/3203951?v=4)](https://github.com/jim-parry "jim-parry (102 commits)")[![gxgpet](https://avatars.githubusercontent.com/u/13217984?v=4)](https://github.com/gxgpet "gxgpet (84 commits)")[![alexbilbie](https://avatars.githubusercontent.com/u/77991?v=4)](https://github.com/alexbilbie "alexbilbie (84 commits)")[![dchill42](https://avatars.githubusercontent.com/u/630484?v=4)](https://github.com/dchill42 "dchill42 (55 commits)")[![pocketarc](https://avatars.githubusercontent.com/u/5393?v=4)](https://github.com/pocketarc "pocketarc (49 commits)")[![tianhe1986](https://avatars.githubusercontent.com/u/19562319?v=4)](https://github.com/tianhe1986 "tianhe1986 (47 commits)")[![AkenRoberts](https://avatars.githubusercontent.com/u/563886?v=4)](https://github.com/AkenRoberts "AkenRoberts (45 commits)")[![aanbar](https://avatars.githubusercontent.com/u/1263408?v=4)](https://github.com/aanbar "aanbar (43 commits)")[![it-can](https://avatars.githubusercontent.com/u/644288?v=4)](https://github.com/it-can "it-can (41 commits)")[![ivantcholakov](https://avatars.githubusercontent.com/u/1438104?v=4)](https://github.com/ivantcholakov "ivantcholakov (33 commits)")[![vkeranov](https://avatars.githubusercontent.com/u/1285986?v=4)](https://github.com/vkeranov "vkeranov (32 commits)")[![purwandi](https://avatars.githubusercontent.com/u/1058672?v=4)](https://github.com/purwandi "purwandi (32 commits)")[![masterklavi](https://avatars.githubusercontent.com/u/17076439?v=4)](https://github.com/masterklavi "masterklavi (27 commits)")[![kylefarris](https://avatars.githubusercontent.com/u/601654?v=4)](https://github.com/kylefarris "kylefarris (26 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pocketarc-codeigniter/health.svg)

```
[![Health](https://phpackages.com/badges/pocketarc-codeigniter/health.svg)](https://phpackages.com/packages/pocketarc-codeigniter)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M300](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
