dp-mis / ci4extension
Dediprog MIS Codeigniter 4 Extension
1.4.8
2026-05-22 08:12 UTC
Requires
- php: >=8.2
- dream-rhythm/phpspreadsheet-helper: ^1.1
- google/apiclient: ^2.15
- psr/log: ^3.0
- rmccue/requests: ^2.0
Requires (Dev)
- codeigniter4/framework: >=4.7
README
CodeIgniter 4 擴展包,提供多個功能模組包括國際化支援、安全過濾、Google 整合等。
📚 模組文檔
✅ 已完成的文檔
Filters(過濾器)
- BaseBlockFilter - 基础阻擋過濾器
- BlockBotFilter - 機器人阻擋過濾器
- BlockHackerFilter - 網路攻擊阻擋過濾器
I18n(國際化)
- I18nHelper - 多語言管理工具,支援 Google Sheets 集成
Libraries(函式庫)
- Google - Google Drive 和 Google Sheets 整合
Models(資料模型)
- DP_BaseModel - CodeIgniter 4 Model 抽象擴充,整合 c_user/u_user/d_user、rec_status 軟刪除與鏈式 Query API
OAP
- OapBaseLib - OAP 基礎函式庫
- OapOrderService - 訂單建立
📋 待完成文檔(TODO)
以下模組已有實現代碼,但缺少文檔:
Libraries(函式庫)
- MailQueueService Mail/MailQueueService - 郵件佇列服務
Database(資料庫)
- [ ] Migrations - 資料庫遷移腳本文檔
說明: 所有已完成的文檔位於 doc/ 目錄中,實現代碼位於 src/ 目錄中。