# xsyphp **Repository Path**: cxword/xsyphp ## Basic Information - **Project Name**: xsyphp - **Description**: xsyphp(小鼠鱼框架) - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2017-11-28 - **Last Updated**: 2024-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xsyphp xsyphp(小鼠鱼框架) ## 简述 **xsyphp**是一款简单的PHP MVC框架,目的是方便学习《搭建PHP MVC框架》教程的同学下载源代码。 要求: * PHP 5.4.0+ ## 目录说明 ``` project 根目录 ├─application 应用目录 │ ├─controllers 控制器目录 │ ├─models 模块目录 │ ├─views 视图目录 ├─xsyphp               框架核心目录 │ ├─common            框架核心代码 │ ├─config            参数配置目录 │ ├─xsyphp.php        框架入口文件 ├─index.php             入口文件 ``` ## 使用 ### 1.克隆代码 ``` git clone https://github.com/cxword/xsyphp.git ``` ### 2.测试访问 然后访问站点域名:http://localhost/ 就可以了。