# EasyPHP框架 **Repository Path**: anzai29/easyphp ## Basic Information - **Project Name**: EasyPHP框架 - **Description**: MVC框架 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2021-04-25 - **Last Updated**: 2025-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EasyPHP框架 #### 介绍 MVC框架 #### 软件架构 ├─boot.php 框架入口文件 ├─Cache 缓存类文件目录 ├─Core 核心基类库 ├─Db 内置数据库驱动 ├─Ext 框架扩展目录 ├─Includes 内置函数库和相关配置文件目录 │ ├─Conf 框架全局配置文件目录 │ ├─Exception 异常处理HTML模板库 │ ├─Functions 内置函数库 │ └─Lang 核心语言包目录 └─View 系统模板目录 #### 项目初始化 run();