https://github.com/nguyenanhung/codeigniter3-skeleton
Start Project with CodeIgniter v3 - Maintain by @nguyenanhung
https://github.com/nguyenanhung/codeigniter3-skeleton
codeigniter codeigniter-framework codeigniter-skeleton codeigniter-start-app codeigniter-starterkit codeigniter3 codeigniter3-hmvc codeigniter3x-migration php
Last synced: 16 days ago
JSON representation
Start Project with CodeIgniter v3 - Maintain by @nguyenanhung
- Host: GitHub
- URL: https://github.com/nguyenanhung/codeigniter3-skeleton
- Owner: nguyenanhung
- License: gpl-3.0
- Created: 2022-06-22T16:28:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T22:26:20.000Z (4 months ago)
- Last Synced: 2025-04-15T01:07:13.483Z (16 days ago)
- Topics: codeigniter, codeigniter-framework, codeigniter-skeleton, codeigniter-start-app, codeigniter-starterkit, codeigniter3, codeigniter3-hmvc, codeigniter3x-migration, php
- Language: PHP
- Homepage:
- Size: 1.11 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://packagist.org/packages/nguyenanhung/codeigniter3-skeleton)
[](https://packagist.org/packages/nguyenanhung/codeigniter3-skeleton)
[](https://packagist.org/packages/nguyenanhung/codeigniter3-skeleton)
[](https://packagist.org/packages/nguyenanhung/codeigniter3-skeleton)# 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
The Changelog information is updated at: https://github.com/nguyenanhung/codeigniter3-skeleton/blob/master/CHANGELOG.md
## Install
Run the following command to install the `nguyenanhung/codeigniter3-skeleton` application and deploy a new
project:```shell
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`:
```shell
composer create-project nguyenanhung/codeigniter3-skeleton my-website
```## Start Application with Native PHP
Start PHP Server:
```shell
composer start
```Open Service in URL
```shell
http://localhost:8080/
```## Start Application on Docker
Quickly deploy the application with a pre-built Docker container:
Build the Docker container:
```shell
docker-compose build
```Start the application on Docker:
```shell
docker-compose up -d
```Add url to hosts file
```shell
sudo vi /etc/hosts
```Add the following line:
```shell
127.0.0.1 app.codeigniter3.io
```Open Service in URL
```shell
http://app.codeigniter3.io/
```## Screenshot Page

## Serverless Version
I have released a packaged distribution ready for deployment on Vercel Serverless
here: https://github.com/nguyenanhung/codeigniter3-vercel-skeleton## 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
If you have any questions related to the use of this source code, please contact me through the following information:
| Name | Email | GitHub | Facebook |
|-------------|----------------------|---------------|---------------|
| Hung Nguyen | [email protected] | @nguyenanhung | @nguyenanhung |