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

16111PHP

Since Oct 3Pushed 1mo 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 1mo ago

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

27

—

LowBetter than 49% of packages

Maintenance58

Moderate activity, may be stable

Popularity19

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://www.gravatar.com/avatar/0aaba5c38ca3788e9624656f2c09a1779babe5f93e915f0ac86c02c7a51e2cf9?d=identicon)[Simpletine](/maintainers/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/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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