# 一鱼PHP框架v3_willphp **Repository Path**: linkphp/willphpv3 ## Basic Information - **Project Name**: 一鱼PHP框架v3_willphp - **Description**: 超轻量级PHP框架(MVC),如ThinkPHP简化版,大小不到100KB,开发简单,功能强大。 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: http://www.113344.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-03-12 - **Last Updated**: 2022-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一鱼PHP框架v3_willphp #### 介绍 超轻量级PHP框架(MVC),如ThinkPHP简化版,大小不到100KB,开发简单,功能强大。 #### 环境要求 适用于PHP7+ 版本(最底支持PHP5.6版本),Mysql数据库。 #### 开发手册 v3开发手册:[https://willphp.gitee.io/](https://willphp.gitee.io/) #### V3更新特性 1. 路由功能加强,伪静态url显示更简洁。 2. 可生成页面缓存,提升显示速度。 3. 可生成纯静态html文件。 4. 函数名称规范化,更加明白易懂。 #### 开发必读 1. 调试模式:在index.php文件中设置define('APP_DEBUG', true); 2. 修改配置文件后必须删除缓存 3. 删除缓存:右上角debug里点ClearCache或api/clear.html。 4. 缓存目录:runtime目录下的所有目录和文件(可删除) 5. 可写目录:请确认 runtime, public/uploads 目录可写 6. 生成应用:重新生成应用时,删除 app和runtime目录下的所有目录和文件 #### 适用说明 适用于所有PHP开发者,MVC学习,入门ThinkPHP框架学习,轻量级Web开发。 #### 版本 1. WillPHPv2 [https://gitee.com/willphp/willphpv2](https://gitee.com/willphp/willphpv2) 2. WillPHPv3 [https://gitee.com/willphp/willphpv3](https://gitee.com/willphp/willphpv3)