PHPackages                             iescarro/codeigniter3 - 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. iescarro/codeigniter3

ActiveProject[Framework](/categories/framework)

iescarro/codeigniter3
=====================

Skeleton app of the CodeIgniter3 framework

v0.1.0(7mo ago)067[1 issues](https://github.com/iescarro/codeigniter3/issues)MITPHP

Since Oct 17Pushed 1mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (21)Used By (0)

 [![Logo CodeIgniter3](/art/logo.png)](/art/logo.png)

 [![Total Downloads](https://camo.githubusercontent.com/81a115fefdc3644e220da56ac348fa6f098b7bda71070600573cafa0b8c11015/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696573636172726f2f636f646569676e6974657233)](https://packagist.org/packages/iescarro/codeigniter3) [![Latest Stable Version](https://camo.githubusercontent.com/658cf5ae283013a7acfc32c522fc30adc24f7f629e1603328992606c3bf31398/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696573636172726f2f636f646569676e6974657233)](https://packagist.org/packages/iescarro/codeigniter3) [![License](https://camo.githubusercontent.com/4d17914957e069d3d92d71bde149ae97d34036c5144e0aa31769f5a1e8776bdb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696573636172726f2f636f646569676e6974657233)](https://packagist.org/packages/iescarro/codeigniter3)

CodeIgniter 3
=============

[](#codeigniter-3)

This is a modernized structure for **CodeIgniter 3**, where the framework is installed as a **Composer package**, keeping your application code separate from the core framework files. This makes it easier to manage, maintain, and upgrade CodeIgniter without affecting your app.

🚀 Quick Start
-------------

[](#-quick-start)

```
composer create-project iescarro/codeigniter3 blog
cd blog
chmod -R 775 application/storage/database
chown -R www-data:www-data application/storage/database  # adjust user if needed
php ignite generate:scaffold Post title:varchar content:text
cp .env.example .env
cp public/.htaccess.example public/.htaccess
php public/index.php migrate
php ignite serve

```

- ✨ ignite generate:scaffold – Generate a model, controller, view, and migration
- 🗃 .env – Customize your environment variables
- 🌐 php ignite serve – Launch the local development server

📁 Directory Structure
---------------------

[](#-directory-structure)

```
blog/
├── application/    # Your application code
├── public/         # Web root
├── vendor/         # Composer-managed packages (includes CodeIgniter core)
├── .env            # Environment configuration
└── ...
```

Your app is fully decoupled from the framework core, which is installed via Composer. You can safely update CodeIgniter without overwriting your custom app logic.

🖼️ Frontend with Vue.js (optional)
----------------------------------

[](#️-frontend-with-vuejs-optional)

If you’re integrating Vue.js:

```
npm install
npm run serve
```

- Vue project should be inside /resources/js or similar (customize as needed).
- You can build the frontend assets and serve them from the public folder.

🧰 Tools &amp; Features
----------------------

[](#-tools--features)

- ✅ CLI with ignite for scaffolding and utilities
- ✅ Environment-based config via .env
- ✅ Frontend-ready with Vue.js support
- ✅ Composer-managed dependencies

📄 License
---------

[](#-license)

MIT © CodeIgniter3 Team

Originally based on CodeIgniter 3

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance78

Regular maintenance activity

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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 ~19 days

Recently: every ~61 days

Total

20

Last Release

210d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/334216?v=4)[Ian](/maintainers/iescarro)[@iescarro](https://github.com/iescarro)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/iescarro-codeigniter3/health.svg)

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

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