PHPackages                             nielbuys/framework - 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. nielbuys/framework

ActiveProject

nielbuys/framework
==================

Fork of CodeIgniter 3

3.1.22(5mo ago)141.4k—0%3[1 PRs](https://github.com/NielBuys/CodeIgniter/pulls)1MITPHPPHP &gt;=7.4CI passing

Since Jan 26Pushed 3mo ago4 watchersCompare

[ Source](https://github.com/NielBuys/CodeIgniter)[ Packagist](https://packagist.org/packages/nielbuys/framework)[ Docs](https://github.com/NielBuys/CodeIgniter)[ RSS](/packages/nielbuys-framework/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (44)Used By (1)

Fork of CodeIgniter 3
=====================

[](#fork-of-codeigniter-3)

CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets you creatively focus on your project by minimizing the amount of code needed for a given task.

The purpose of this fork is to renew the legacy CodeIgniter 3 framework. It aims to stay current with security updates, PHP versions, and maintain backward compatibility without disrupting existing codebases.

Release Information
-------------------

[](#release-information)

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

[](#server-requirements)

PHP version 7.4 or newer is recommended (PHP 8.5 ready).

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

[](#installation)

To update an Official CodeIgniter 3 with the Fork of CodeIgniter 3

1. Change "codeigniter/framework" to "nielbuys/framework" in the "composer.json" file.
2. Change in main "index.php" the following line from "$system\_path = 'vendor/codeigniter/framework/system';" to "$system\_path = 'vendor/nielbuys/framework/system';"
3. Then run composer update.

CodeIgniter is installed in four steps:

1. Unzip the package or composer require nielbuys/framework.
2. Upload the CodeIgniter folders and files to your server. Normally the index.php file will be at your root.
3. Open the application/config/config.php file with a text editor and set your base URL. If you intend to use encryption or sessions, set your encryption key.
4. If you intend to use a database, open the application/config/database.php file with a text editor and set your database settings.

If you wish to increase security by hiding the location of your CodeIgniter files you can rename the system and application folders to something more private. If you do rename them, you must open your main index.php file and set the $system\_path and $application\_folder variables at the top of the file with the new name you’ve chosen.

For the best security, both the system and any application folders should be placed above web root so that they are not directly accessible via a browser. By default, .htaccess files are included in each folder to help prevent direct access, but it is best to remove them from public access entirely in case the web server configuration changes or doesn’t abide by the .htaccess.

If you would like to keep your views public it is also possible to move the views folder out of your application folder.

After moving them, open your main index.php file and set the $system\_path, $application\_folder and $view\_folder variables, preferably with a full path, e.g. ‘/www/MyUser/system’.

One additional measure to take in production environments is to disable PHP error reporting and any other development-only functionality. In CodeIgniter, this can be done by setting the ENVIRONMENT constant, which is more fully described on the security page.

License
-------

[](#license)

Please see the [license agreement](https://github.com/NielBuys/CodeIgniter/blob/3.1-stable/license.txt).

Resources
---------

[](#resources)

- [User Guide](https://codeigniter.com/userguide3/)
- [Contributing Guide](https://github.com/NielBuys/CodeIgniter/blob/develop/contributing.md)
- [Language File Translations](https://github.com/bcit-ci/codeigniter3-translations)
- [Community Forums](http://forum.codeigniter.com/)
- [Community Wiki](https://github.com/bcit-ci/CodeIgniter/wiki)
- [Community Slack Channel](https://codeigniterchat.slack.com)

Acknowledgement
---------------

[](#acknowledgement)

The CodeIgniter team would like to thank EllisLab, all the contributors to the CodeIgniter project and you, the CodeIgniter user.

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance77

Regular maintenance activity

Popularity27

Limited adoption so far

Community26

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 67.9% 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 ~99 days

Recently: every ~74 days

Total

41

Last Release

160d ago

PHP version history (4 changes)3.0rcPHP &gt;=5.2.4

3.1.5PHP &gt;=5.3.7

3.1.13.5PHP &gt;=7.2

3.1.15PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/022aeeea4e5528cd151269780e95e693572ea34c665917fef247b01868c98bc8?d=identicon)[nielbuys](/maintainers/nielbuys)

---

Top Contributors

[![narfbg](https://avatars.githubusercontent.com/u/1058011?v=4)](https://github.com/narfbg "narfbg (3570 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 (134 commits)")[![toopay](https://avatars.githubusercontent.com/u/534245?v=4)](https://github.com/toopay "toopay (127 commits)")[![NielBuys](https://avatars.githubusercontent.com/u/8427483?v=4)](https://github.com/NielBuys "NielBuys (91 commits)")[![alexbilbie](https://avatars.githubusercontent.com/u/77991?v=4)](https://github.com/alexbilbie "alexbilbie (84 commits)")[![jim-parry](https://avatars.githubusercontent.com/u/3203951?v=4)](https://github.com/jim-parry "jim-parry (65 commits)")[![dchill42](https://avatars.githubusercontent.com/u/630484?v=4)](https://github.com/dchill42 "dchill42 (55 commits)")[![AkenRoberts](https://avatars.githubusercontent.com/u/563886?v=4)](https://github.com/AkenRoberts "AkenRoberts (45 commits)")[![it-can](https://avatars.githubusercontent.com/u/644288?v=4)](https://github.com/it-can "it-can (41 commits)")[![aanbar](https://avatars.githubusercontent.com/u/1263408?v=4)](https://github.com/aanbar "aanbar (38 commits)")[![vkeranov](https://avatars.githubusercontent.com/u/1285986?v=4)](https://github.com/vkeranov "vkeranov (32 commits)")[![ivantcholakov](https://avatars.githubusercontent.com/u/1438104?v=4)](https://github.com/ivantcholakov "ivantcholakov (32 commits)")[![purwandi](https://avatars.githubusercontent.com/u/1058672?v=4)](https://github.com/purwandi "purwandi (32 commits)")[![kylefarris](https://avatars.githubusercontent.com/u/601654?v=4)](https://github.com/kylefarris "kylefarris (26 commits)")[![appleboy](https://avatars.githubusercontent.com/u/21979?v=4)](https://github.com/appleboy "appleboy (26 commits)")[![jjaffeux](https://avatars.githubusercontent.com/u/339945?v=4)](https://github.com/jjaffeux "jjaffeux (25 commits)")[![ahnh](https://avatars.githubusercontent.com/u/5480781?v=4)](https://github.com/ahnh "ahnh (24 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nielbuys-framework/health.svg)

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

PHPackages © 2026

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