# yapf **Repository Path**: william_ning/bobo ## Basic Information - **Project Name**: yapf - **Description**: 从零开始打造自己的PHP框架[实践] - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-12 - **Last Updated**: 2021-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 框架介绍 - Yet another php framework #### 环境[编写时] ```bash WAMP: phpstudy pro 工具: PHPstorm php 7.0 mysql 8.0 数据库: dbname : test 数据表: table: test ``` #### 目录结构 ```bash 入口文件: index.php MVC目录: app 框架核心文件: kerne.php 配置目录: core\conf 框架组件目录:core\lib 日志目录: log ``` #### 后续补充 ...