PHPackages                             andri-sudarmawijaya/codeigniter-project - 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. andri-sudarmawijaya/codeigniter-project

ActiveProject[Framework](/categories/framework)

andri-sudarmawijaya/codeigniter-project
=======================================

Start any project with Codeigniter

v0.0.6(9y ago)016MITPHPPHP &gt;=5.5.9

Since Apr 7Pushed 4y agoCompare

[ Source](https://github.com/andri-sudarmawijaya/codeigniter-project)[ Packagist](https://packagist.org/packages/andri-sudarmawijaya/codeigniter-project)[ Docs](https://github.com/eihror/codeigniter-project)[ RSS](/packages/andri-sudarmawijaya-codeigniter-project/feed)WikiDiscussions master Synced today

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

CodeIgniter Composer Project
============================

[](#codeigniter-composer-project)

This package installs the offical [CodeIgniter](https://github.com/bcit-ci/CodeIgniter) (version `3.1.*`) with secure folder structure via Composer. Also, this package is based on [Kenji´s project](https://github.com/kenjis/codeigniter-composer-installer) (v0.4.2), please check his other project too.

#### Extras Packages

[](#extras-packages)

- [Slugify](https://packagist.org/packages/cocur/slugify) (version `2.0`).
- [Compress Image](https://packagist.org/packages/eihror/compress-image) (version `0.0.4`).

Requirements
------------

[](#requirements)

- PHP 5.5.9 or later
- `composer` command (See [Composer Installation](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx))
- Git

How to Use
----------

[](#how-to-use)

### Install CodeIgniter Project

[](#install-codeigniter-project)

```
$ composer create-project Eihror/codeigniter-project project_folder

```

### Run Scripts to create a Codeigniter Basic Structure ( Only if system don´t run this automatically )

[](#run-scripts-to-create-a-codeigniter-basic-structure--only-if-system-dont-run-this-automatically-)

```
$ cd /path/to/project_folder
$ composer run-script post-install-cmd

```

Folder Final Structure
----------------------

[](#folder-final-structure)

```
project_folder/
├── application/
├── composer.json
├── composer.lock
├── .htaccess
├── index.php
└── vendor/
    └── eihror/
        └── compress-image/
    └── cocur/
        └── slugify/
    └── codeigniter/
        └── framework/
            └── system/

```

Above command installs `.htaccess` to remove `index.php` in your URL. If you don't need it, please remove it.

And it changes `application/config/config.php`:

```
$config['composer_autoload'] = FALSE;
↓
$config['composer_autoload'] = realpath(APPPATH . '../vendor/autoload.php');

```

```
$config['index_page'] = 'index.php';
↓
$config['index_page'] = '';

```

#### Update CodeIgniter

[](#update-codeigniter)

You can update CodeIgniter system folder to latest version with one command.

```
$ cd /path/to/project_folder
$ composer update

```

#### Install Translation Messages

[](#install-translation-messages)

If you want to install translations for system messages:

```
$ cd /path/to/project_folder
$ php bin/install.php translations 3.0.0

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.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 ~50 days

Recently: every ~61 days

Total

6

Last Release

3435d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/28795941?v=4)[Andri Sudarmawijaya](/maintainers/andri-sudarmawijaya)[@andri-sudarmawijaya](https://github.com/andri-sudarmawijaya)

---

Top Contributors

[![eihror](https://avatars.githubusercontent.com/u/5113532?v=4)](https://github.com/eihror "eihror (64 commits)")[![andri-sudarmawijaya](https://avatars.githubusercontent.com/u/28795941?v=4)](https://github.com/andri-sudarmawijaya "andri-sudarmawijaya (4 commits)")

### Embed Badge

![Health badge](/badges/andri-sudarmawijaya-codeigniter-project/health.svg)

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[spiral/framework

Spiral, High-Performance PHP/Go Framework

2.0k1.8M57](/packages/spiral-framework)[shopware/shopware

Shopware 5 is an open source e-commerce software made in Germany

1.3k746.6k35](/packages/shopware-shopware)[shopware/storefront

Storefront for Shopware

684.2M148](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[hassanzohdy/mongez

A Robust application handler for building neat laravel application(s).

192.2k](/packages/hassanzohdy-mongez)

PHPackages © 2026

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