nguyenanhung/codeigniter3-skeleton
Composer 安装命令:
composer create-project nguyenanhung/codeigniter3-skeleton
包简介
CodeIgniter v3 Skeleton Application
关键字:
README 文档
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:
| Name | GitHub | ||
|---|---|---|---|
| Hung Nguyen | dev@nguyenanhung.com | @nguyenanhung | @nguyenanhung |
nguyenanhung/codeigniter3-skeleton 适用场景与选型建议
nguyenanhung/codeigniter3-skeleton 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 40 次下载、GitHub Stars 达 4, 最近一次更新时间为 2022 年 06 月 22 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「php」 「library」 「codeigniter」 「helper」 「Skeleton」 「codeigniter-library」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 nguyenanhung/codeigniter3-skeleton 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 nguyenanhung/codeigniter3-skeleton 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 nguyenanhung/codeigniter3-skeleton 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
The CodeIgniter Redis package
Inbox pattern process implementation for your Laravel Applications
Core library that defines common interfaces used by the rest of the intahwebz..
Amqp classes
Provides command to manage a web library directory
统计信息
- 总下载量: 40
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 14
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2022-06-22