PHPackages                             kaleidpixel/codeigniter4-blank - 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. kaleidpixel/codeigniter4-blank

ActiveProject[Framework](/categories/framework)

kaleidpixel/codeigniter4-blank
==============================

CodeIgniter4 starter app

v1.1.0(1y ago)05MITPHPPHP ^7.4 || ^8.0

Since Feb 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kaleidpixel/codeigniter4-blank)[ Packagist](https://packagist.org/packages/kaleidpixel/codeigniter4-blank)[ Docs](https://github.com/kaleidpixel/codeigniter4-blank)[ RSS](/packages/kaleidpixel-codeigniter4-blank/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (7)Versions (3)Used By (0)

CodeIgniter 4 Application Starter
=================================

[](#codeigniter-4-application-starter)

What is CodeIgniter?
--------------------

[](#what-is-codeigniter)

CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure. More information can be found at the [official site](https://codeigniter.com).

This repository holds a composer-installable app starter. It has been built from the [development repository](https://github.com/codeigniter4/CodeIgniter4).

More information about the plans for version 4 can be found in [CodeIgniter 4](https://forum.codeigniter.com/forumdisplay.php?fid=28) on the forums.

The user guide corresponding to the latest version of the framework can be found [here](https://codeigniter4.github.io/userguide/).

Installation &amp; updates
--------------------------

[](#installation--updates)

`composer create-project kaleidpixel/codeigniter4-blank` then `composer update` whenever there is a new release of the framework.

When updating, check the release notes to see if there are any changes you might need to apply to your `app` folder. The affected files can be copied or merged from `vendor/codeigniter4/framework/app`.

Setup
-----

[](#setup)

Adjust the ".env" to suit your app, especially the base URL. and database settings.

We have adopted Twig as the template engine. To use Twig with CodeIgniter 4, the library [kaleidpixel/codeigniter4-twig](https://github.com/kaleidpixel/codeigniter4-twig), which is a customized fork of [daycry/twig](https://github.com/daycry/twig) published by Mr. daycry, is used. Execute the following command.

```
php spark twig:publish
```

When using Shield, the official authentication and authorization framework for CodeIgniter 4, execute the following command. Please refer to the [official documentation for Shield](https://shield.codeigniter.com/).

```
php spark shield:setup
```

Important Change with index.php
-------------------------------

[](#important-change-with-indexphp)

`index.php` is no longer in the root of the project! It has been moved inside the *public* folder, for better security and separation of components.

This means that you should configure your web server to "point" to your project's *public* folder, and not to the project root. A better practice would be to configure a virtual host to point there. A poor practice would be to point your web server to the project root and expect to enter *public/...*, as the rest of your logic and the framework are exposed.

**Please** read the user guide for a better explanation of how CI4 works!

Repository Management
---------------------

[](#repository-management)

We use GitHub issues, in our main repository, to track **BUGS** and to track approved **DEVELOPMENT** work packages. We use our [forum](http://forum.codeigniter.com) to provide SUPPORT and to discuss FEATURE REQUESTS.

This repository is a "distribution" one, built by our release preparation script. Problems with it can be raised on our forum, or as issues in the main repository.

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

[](#server-requirements)

PHP version 7.4 or higher is required, with the following extensions installed:

- [intl](http://php.net/manual/en/intl.requirements.php)
- [mbstring](http://php.net/manual/en/mbstring.installation.php)

> **Warning**The end of life date for PHP 7.4 was November 28, 2022. If you are still using PHP 7.4, you should upgrade immediately. The end of life date for PHP 8.0 will be November 26, 2023.

Additionally, make sure that the following extensions are enabled in your PHP:

- json (enabled by default - don't turn it off)
- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php) if you plan to use MySQL
- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\\CURLRequest library

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~141 days

Total

2

Last Release

691d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/db42b494cbf1c362d28af7445e7bdd57f1010a88035654f5e055540d43b6798e?d=identicon)[k4zuki02h4t4](/maintainers/k4zuki02h4t4)

---

Top Contributors

[![k4zuki02h4t4](https://avatars.githubusercontent.com/u/7222225?v=4)](https://github.com/k4zuki02h4t4 "k4zuki02h4t4 (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kaleidpixel-codeigniter4-blank/health.svg)

```
[![Health](https://phpackages.com/badges/kaleidpixel-codeigniter4-blank/health.svg)](https://phpackages.com/packages/kaleidpixel-codeigniter4-blank)
```

###  Alternatives

[codeigniter4/appstarter

CodeIgniter4 starter app

1891.8M](/packages/codeigniter4-appstarter)[abydahana/aksara

Aksara is a CodeIgniter based CRUD Toolkit you can use to build complex applications become shorter, secure and more reliable just in a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based), just by writing single controller. Yet it's reusable, scalable and ready to use!

1101.2k](/packages/abydahana-aksara)[irsyadulibad/codeigniter4-datatables

Server side DataTables library for CodeIgniter4 framework

702.4k](/packages/irsyadulibad-codeigniter4-datatables)[mufidjamaluddin/codeigniter4-hmvc

CodeIgniter4 HMVC starter app

672.0k](/packages/mufidjamaluddin-codeigniter4-hmvc)

PHPackages © 2026

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