PHPackages                             huimingdeng/mingframework - 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. [Framework](/categories/framework)
4. /
5. huimingdeng/mingframework

ActiveProject[Framework](/categories/framework)

huimingdeng/mingframework
=========================

composer and framework demo

04PHP

Since Feb 22Pushed 7y agoCompare

[ Source](https://github.com/huimingdeng/mingframework)[ Packagist](https://packagist.org/packages/huimingdeng/mingframework)[ RSS](/packages/huimingdeng-mingframework/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (0)

mingframework
=============

[](#mingframework)

composer 学习和框架开发学习的一个 demo，以后可能会删除，亦可能会完善使用。

测试 composer.json 文件 `"minimum-stability": "dev",` 是否下载分支 `dev` 内容。

MingFramework --&gt; mingframework : 测试是否大小写问题导致 GitHub 和 packagist.org/ 站点的错误邮件频繁发生原因。

MVC 实例
------

[](#mvc-实例)

创建测试控制器,测试模型,学习开发简易的小框架。

目录结构
----

[](#目录结构)

项目结构：

```
|- mingframeworl
|-- application 应用目录
|---- controllers 控制器
|---- models 模型
|-- config 配置目录
|---- db.php 数据库配置文件
|-- core 框架核心部分 (今后需修改核心，舍弃自己造轮子的路由解析)
|--- Bootstrap.php 框架核心实现
|--- functions.php 核心函数
|-- vendor 第三方库等
|-- view 视图 (今后将迁移)
|-- web 项目目录，控制器，模型等 (未来将舍弃，使用 application)
|-- index.php 入口文件
|-- config.php 配置文件

```

### 视图引擎

[](#视图引擎)

1. 基于引擎开发的模板要符合贴近标准的HTML
2. 语法简单易懂
3. 良好的缓存机制
4. 扩展性良好
5. 网络资源多

目前视图引擎未能实现以上具体详细功能，需要继续学习相关知识，完善开发。

学习过程中可以使用 smart 模板等

### 第三方库

[](#第三方库)

```
"noahbuscher/macaw": "dev-master", // 路由
"biaoqianwo/simple-pdo": "dev-master" // 数据库模型

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/30889068?v=4)[huimingdeng](/maintainers/huimingdeng)[@huimingdeng](https://github.com/huimingdeng)

---

Top Contributors

[![huimingdeng](https://avatars.githubusercontent.com/u/30889068?v=4)](https://github.com/huimingdeng "huimingdeng (40 commits)")

---

Tags

composerframeworkphp

### Embed Badge

![Health badge](/badges/huimingdeng-mingframework/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M290](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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