PHPackages                             simpletine/codeigniter4-starter - 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. simpletine/codeigniter4-starter

ActiveProject[Framework](/categories/framework)

simpletine/codeigniter4-starter
===============================

CodeIgniter4 Starter

16391PHP

Since Oct 3Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/Simpletine/CodeIgniter4-Starter)[ Packagist](https://packagist.org/packages/simpletine/codeigniter4-starter)[ RSS](/packages/simpletine-codeigniter4-starter/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

CodeIgniter4 Starter
====================

[](#codeigniter4-starter)

[![Official Website](https://camo.githubusercontent.com/453246990bd0cdc68af9ee911abaf625df8e424090d9ec4df93f5fe06536db5f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4f6666696369616c5f576562736974652d56697369742d79656c6c6f77)](https://simpletine.com)
[![YouTube Channel](https://camo.githubusercontent.com/9d965db92b70bb7dd8c7a9a3b12e172f1baf5dd18a14b73d956eb0d74b5768d9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f596f75547562655f4368616e6e656c2d5375627363726962652d464630303030)](https://www.youtube.com/channel/UCRuDf31rPyyC2PUbsMG0vZw)

Overview
--------

[](#overview)

This repository provides a starter template for **CodeIgniter 4**, configured to get your application up and running quickly. Follow the instructions below to set up and start developing with CodeIgniter 4.

Prerequisites
-------------

[](#prerequisites)

Ensure you have the following installed before starting:

- **PHP 7.4** or above
- **Composer**
- **CodeIgniter 4.4.8**

Installation Guide
------------------

[](#installation-guide)

### 1. Clone the Project

[](#1-clone-the-project)

Choose one of the following methods to clone the project into your desired folder:

**Using Composer:**

```
composer create-project simpletine/codeigniter4-starter starter --stability=dev
```

**Or using Git:**

```
git clone https://github.com/Simpletine/CodeIgniter4-Starter.git starter
```

**Navigate to the project folder:**

```
cd starter
```

### 2. Update Dependencies

[](#2-update-dependencies)

Run the following commands to update dependencies and copy required files:

```
composer update
cp vendor/codeigniter4/framework/public/index.php public/index.php
cp vendor/codeigniter4/framework/spark spark
```

### 3. Set Up Environment File

[](#3-set-up-environment-file)

Copy the .env file to the root directory:

```
cp env .env
```

### 4. Start the Application

[](#4-start-the-application)

Run the app using the built-in server. If you want to use a custom port (e.g., 9000), specify it using the --port option:

```
php spark serve --port=9000
```

The application should now be accessible at .

Code Standards and Fixing
-------------------------

[](#code-standards-and-fixing)

This project follows PHP coding standards. To automatically fix coding standard issues, run the following command:

```
composer run fix
```

Troubleshooting
---------------

[](#troubleshooting)

If you encounter any issues during installation, feel free to open a discussion in the community.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance54

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 80% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/107442254?v=4)[SimpleTine](/maintainers/Simpletine)[@Simpletine](https://github.com/Simpletine)

---

Top Contributors

[![valentinechong](https://avatars.githubusercontent.com/u/80739222?v=4)](https://github.com/valentinechong "valentinechong (4 commits)")[![Simpletine](https://avatars.githubusercontent.com/u/107442254?v=4)](https://github.com/Simpletine "Simpletine (1 commits)")

---

Tags

codeigniter4mvc-architecturemvc-frameworksimpletine

### Embed Badge

![Health badge](/badges/simpletine-codeigniter4-starter/health.svg)

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

###  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)
