dp-mis / ci4extension
Dediprog MIS Codeigniter 4 Extension
1.4.5
2026-04-03 01:23 UTC
Requires
- php: >=8.2
- dream-rhythm/phpspreadsheet-helper: ^1.1
- google/apiclient: ^2.15
- 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 整合
📋 待完成文檔(TODO)
以下模組已有實現代碼,但缺少文檔:
Libraries(函式庫)
- [ ] Mail/MailQueueService - 郵件佇列服務
- [ ] Oap/OapBaseLib - OAP 基礎函式庫
Models(資料模型)
- [ ] DP_BaseModel - 基礎資料模型
Database(資料庫)
- [ ] Migrations - 資料庫遷移腳本文檔
說明: 所有已完成的文檔位於 doc/ 目錄中,實現代碼位於 src/ 目錄中。