nguyenanhung / codeigniter3-skeleton
CodeIgniter v3 Skeleton Application
Installs: 13
Dependents: 0
Suggesters: 1
Security: 0
Stars: 3
Watchers: 3
Forks: 2
Open Issues: 0
Type:project
Requires
- php: ^7.1 || ^8.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- nguyenanhung/basic-firewall: ^2.0
- nguyenanhung/codeigniter-framework: ^3.2
- nguyenanhung/my-debug: ^4.0 || ^3.0
- nguyenanhung/requests: ^4.0 || ^3.0
Requires (Dev)
- bear8421/gravatar: ^1.0
- kint-php/kint: ^4
- nesbot/carbon: ^2
- roave/security-advisories: dev-latest
- tramtro/make-some-noise: ^1.0
Suggests
- ext-curl: Needs for support CURL
- ext-json: Needs for support JSON
- ext-simplexml: Needs for support SimpleXML
- ext-xml: Needs for support XML
- ext-zend opcache: Needs for support OpCache
- nguyenanhung/basic-firewall: PHP Basic Firewall - Library providing IP filtering features
- nguyenanhung/codeigniter3-vercel-skeleton: Deploying this package on Vercel with full compatibility
- nguyenanhung/database: Need support for Powerful SQL Database Tools (Customize Laravel Database)
- nguyenanhung/helpers: Awesome Helpers - Powerful Library, Helpers and Tools
- nguyenanhung/image: Need support for Image Service
- nguyenanhung/markdown: Parser for Markdown
- nguyenanhung/monitor: Need support for Send Monitor Message to Monitor Service
- nguyenanhung/my-cache: Need support for Powerful Cache Implement
- nguyenanhung/my-debug: Need support for Powerful Logger (Extend from Monolog)
- nguyenanhung/requests: Need support for Powerful HTTP Request
- nguyenanhung/security: Awesome Helpers - Wrapper for Security, Encrypt, Encode, Purifier
- nguyenanhung/seo: Need support for SEO
- nguyenanhung/validation: Awesome Validation - A fast, extensible & stand-alone PHP input validation class that allows you to validate any data
README
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:
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 PHP Server:
composer start
Open Service in URL
http://localhost:8080/
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
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: