PHPackages                             wudimeicom/wudimeimvc - 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. wudimeicom/wudimeimvc

ActiveProject[Framework](/categories/framework)

wudimeicom/wudimeimvc
=====================

wudimei php framework for web mvc development

20CSS

Since Jun 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/wudimeicom/WudimeiMVC)[ Packagist](https://packagist.org/packages/wudimeicom/wudimeimvc)[ RSS](/packages/wudimeicom-wudimeimvc/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)DependenciesVersions (1)Used By (0)

requirement
===========

[](#requirement)

1. php 7/8

installation 1
==============

[](#installation-1)

1. composer install

```
 php composer.phar install
```

2. please import `/wudimei_mvc.sql` to mariadb/mysql
3. please edit files in `/config` folder
4. nginx rewrite sample

```
server {
    listen       80;
    server_name  127.0.10.2;
    root   /www/open/WudimeiMVC/public;
    location / {
        index  index.php index.html index.htm;
        try_files $uri $uri/ /index.php?$query_string;
    }
    location ~ \.php$ {
        fastcgi_pass   127.0.0.1:9090;
        fastcgi_index  index.php;
        fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
        include        fastcgi_params;
     }
}
```

backend
=======

[](#backend)

http://Your\_ip\_or\_domain/backend\_2016

user: yqr2

password:123456

links
=====

[](#links)

1. wudimei template engine
2. wudimei php
3. IDE Content Assist for WudimeiPHP [https://github.com/yangqingrong/WudimeiPHP\_IDE\_Content\_Assist](https://github.com/yangqingrong/WudimeiPHP_IDE_Content_Assist)

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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/5070585?v=4)[Yang Qing-rong](/maintainers/wudimeicom)[@wudimeicom](https://github.com/wudimeicom)

---

Top Contributors

[![wudimeicom](https://avatars.githubusercontent.com/u/5070585?v=4)](https://github.com/wudimeicom "wudimeicom (13 commits)")

### Embed Badge

![Health badge](/badges/wudimeicom-wudimeimvc/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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