PHPackages                             nguyenanhung/codeigniter3-skeleton - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nguyenanhung/codeigniter3-skeleton

ActiveProject[Utility &amp; Helpers](/categories/utility)

nguyenanhung/codeigniter3-skeleton
==================================

CodeIgniter v3 Skeleton Application

v1.1.9(1y ago)4402GPL-3.0-or-laterPHPPHP ^7.1 || ^8.0

Since Jun 22Pushed 1y ago2 watchersCompare

[ Source](https://github.com/nguyenanhung/codeigniter3-skeleton)[ Packagist](https://packagist.org/packages/nguyenanhung/codeigniter3-skeleton)[ Docs](https://github.com/nguyenanhung/codeigniter3-skeleton)[ RSS](/packages/nguyenanhung-codeigniter3-skeleton/feed)WikiDiscussions main Synced 4w ago

READMEChangelog (10)Dependencies (9)Versions (23)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/dcaa050aac046da5c1b91adfa3e2fadda0e762f819f0901ccbcbd8fc0c32eb9d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e677579656e616e68756e672f636f646569676e69746572332d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nguyenanhung/codeigniter3-skeleton)[![Total Downloads](https://camo.githubusercontent.com/6bba0b19715794d33ac1b5cf628304d5b6b19c138a6e0874c5bc81d2f4d8f072/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e677579656e616e68756e672f636f646569676e69746572332d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nguyenanhung/codeigniter3-skeleton)[![License](https://camo.githubusercontent.com/d47b191fcb58d035137192a488dccea5be99a5ec874daa8016f62ef9b8ff81f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e677579656e616e68756e672f636f646569676e69746572332d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nguyenanhung/codeigniter3-skeleton)[![PHP Version Require](https://camo.githubusercontent.com/fb1d55b22df7237eaf7b05ecafed12c5019e1ebf71804592bdd709f3db1af222/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6e677579656e616e68756e672f636f646569676e69746572332d736b656c65746f6e2f706870)](https://packagist.org/packages/nguyenanhung/codeigniter3-skeleton)

CodeIgniter v3 Framework - Skeleton Application
===============================================

[](#codeigniter-v3-framework---skeleton-application)

The Skeleton version serves the deployment of web applications using the `CodeIgniter v3 Framework`. It has been repackaged into packages for the purpose of rapid application deployment.

This source is packaged to support both the MVC and HMVC models with BaseControllers and BaseModule classes, making it easy to deploy, extend quickly, and robust.

CHANGELOG
---------

[](#changelog)

The Changelog information is updated at:

Install
-------

[](#install)

Run the following command to install the `nguyenanhung/codeigniter3-skeleton` application and deploy a new project:

```
composer create-project nguyenanhung/codeigniter3-skeleton [my-app-name]
```

Replace `[my-app-name]` with the name of your new project directory, for example, `my-website`:

```
composer create-project nguyenanhung/codeigniter3-skeleton my-website
```

Start Application with Native PHP
---------------------------------

[](#start-application-with-native-php)

Start PHP Server:

```
composer start
```

Open Service in URL

```
http://localhost:8080/
```

Start Application on Docker
---------------------------

[](#start-application-on-docker)

Quickly deploy the application with a pre-built Docker container:

Build the Docker container:

```
docker-compose build
```

Start the application on Docker:

```
docker-compose up -d
```

Add url to hosts file

```
sudo vi /etc/hosts
```

Add the following line:

```
127.0.0.1 app.codeigniter3.io
```

Open Service in URL

```
http://app.codeigniter3.io/
```

Screenshot Page
---------------

[](#screenshot-page)

[![https://i.imgur.com/r29Hh5d.png](https://camo.githubusercontent.com/99bbbfa8c12bfde0c5cc80f844f2bb1c6c1e0b3fd971e6f5024398faed0f166f/68747470733a2f2f692e696d6775722e636f6d2f723239486835642e706e67)](https://camo.githubusercontent.com/99bbbfa8c12bfde0c5cc80f844f2bb1c6c1e0b3fd971e6f5024398faed0f166f/68747470733a2f2f692e696d6775722e636f6d2f723239486835642e706e67)

Serverless Version
------------------

[](#serverless-version)

I have released a packaged distribution ready for deployment on Vercel Serverless here:

Terms &amp; Disclaimer
----------------------

[](#terms--disclaimer)

This skeleton is publicly available as open source, and anyone can use it for their own purposes under the `GNU GENERAL PUBLIC LICENSE v3 or later`.

I am not responsible for any specific use of this source code.

Contact
-------

[](#contact)

If you have any questions related to the use of this source code, please contact me through the following information:

NameEmailGitHubFacebookHung Nguyen@nguyenanhung@nguyenanhung

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance42

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 71.8% 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 ~44 days

Recently: every ~32 days

Total

22

Last Release

493d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3694ef9f3367ff9f6bcd668ca1d6726e3c55e6fd379cba9c2d4ab6a24595fbd8?d=identicon)[7135k13m](/maintainers/7135k13m)

---

Top Contributors

[![hungnguyenhp](https://avatars.githubusercontent.com/u/6778496?v=4)](https://github.com/hungnguyenhp "hungnguyenhp (28 commits)")[![nguyenanhung](https://avatars.githubusercontent.com/u/9348255?v=4)](https://github.com/nguyenanhung "nguyenanhung (11 commits)")

---

Tags

codeignitercodeigniter-frameworkcodeigniter-skeletoncodeigniter-start-appcodeigniter-starterkitcodeigniter3codeigniter3-hmvccodeigniter3x-migrationphpphphelperlibrarycodeigniterSkeletoncodeigniter3codeigniter-librarycodeigniter-helpercodeigniter-startappcodeigniter3-skeletoncodeigniter-skeletonvercel-phpvercel-codeignitervercel-codeigniter-skeletonstartappdocker-php

### Embed Badge

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

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

###  Alternatives

[nguyenanhung/codeigniter-basic-helper

CodeIgniter - Basic Helper

1027.3k1](/packages/nguyenanhung-codeigniter-basic-helper)

PHPackages © 2026

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