PHPackages                             zengqingxin/xiaozeng - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. zengqingxin/xiaozeng

ActiveProject

zengqingxin/xiaozeng
====================

hello world

v1.0(8y ago)00PHP

Since Mar 24Pushed 8y agoCompare

[ Source](https://github.com/zeng1314/xiaozeng)[ Packagist](https://packagist.org/packages/zengqingxin/xiaozeng)[ RSS](/packages/zengqingxin-xiaozeng/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

xiaozeng
========

[](#xiaozeng)

梦想从这里起航，理想从这里出发，未来从这里开始... ...

目的
--

[](#目的)

- 熟悉什么是框架
- 熟悉框架的核心运行原理
- 熟悉与掌握框架的使用

要求
--

[](#要求)

- 框架的运行原理以及全部的流程
- 每行代码加注释
- 不要求默打，这个难度较大

需要用到的知识点
--------

[](#需要用到的知识点)

- php
- mysql
- composer`项目提交composer的packagist`
- git简单知识`项目提交至github`

准备工作
----

[](#准备工作)

- github注册账号
- 创建一个项目
- 克隆下来到www目录

---

安装composer

实现步骤
----

[](#实现步骤)

\###1.本地创建框架的目录，使用`composer init`初始化项目

```
    composer init 初始化之后会自动生成vendor目录以及composer.json文件

```

\###2.构建框架的文件以及目录(目录名全部小写规范)

```
|--app(开发者写代码的地方)
|   |--home(前台模块)
|   |   |--controller(控制器类)
|   |   |--view(视图)
|   |--admin(后台模块)
|   |   |--controller(控制器类)
|   |   |--view(视图)
|--houdunwang(系统核心)
|   |--core(核心类)
|   |--model(模型)
|   |--view(视图)
|--public(入口、静态资源)
|   |--static(静态资源)
|   |--view(公共模板文件)
|--system(配置)
|   |--config(配置项)
|   |--model(处理业务的各种模型类)

```

```
MVC
M---model
V---view
C---controller

```

\###3.创建框架的启动类houdunwang\\core\\Boot.php类`类名首字母大写，目录名小写`

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2970d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8362d6332259382d5a2e9cd6928c8236bccf3d4ec0f1cc31170cf4e68bcba59c?d=identicon)[zeng1314](/maintainers/zeng1314)

---

Top Contributors

[![zeng1314](https://avatars.githubusercontent.com/u/37567426?v=4)](https://github.com/zeng1314 "zeng1314 (1 commits)")

### Embed Badge

![Health badge](/badges/zengqingxin-xiaozeng/health.svg)

```
[![Health](https://phpackages.com/badges/zengqingxin-xiaozeng/health.svg)](https://phpackages.com/packages/zengqingxin-xiaozeng)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
