PHPackages                             jyolo/mvcbuilder - 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. jyolo/mvcbuilder

ActiveLibrary[Framework](/categories/framework)

jyolo/mvcbuilder
================

mvc code builder

v2.6.4(4y ago)3167Apache-2.0JavaScriptPHP &gt;=5.6

Since Mar 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jyolo/mvcbuilder)[ Packagist](https://packagist.org/packages/jyolo/mvcbuilder)[ RSS](/packages/jyolo-mvcbuilder/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (1)Versions (26)Used By (0)

1：不依赖任何框架。

2：可视化拖拽生成表单模型，一键生成MVC文件和对应的curd等功能

3：灵活的拓展性。自定义生成方案。curd等功能 ，写一次即可封装成生成方案，无需做重复的工作。

快速开始

1：composer require jyolo/mvcbuilder

2：导入mvcbuilder.sql

3：复制 static 静态文件 到项目的根目录

4：在当前框架添加对应的路由映射到System对应的框架目录里面的 controller

```
这里以tp5.1 做示例：

use MvcBuilder\System\Tp51\MvcBuilderController;
Route::rule('mvcbuilder/:action', function ($action,MvcBuilderController $builderController){
    return $builderController->$action();
});

```

5：开始访问 http:://域名/index.php/mvcbuilder/index 开始使用

目前只适配thinkphp5.1。后期会考虑为laravel yii ci 等框架适配。 注意： 如果访问返回的是字符串，修改 config/app.php 配置文件 default\_return\_type =&gt; 'html'

文档地址： （持续完善中...）

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 95.5% 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

Every ~55 days

Recently: every ~282 days

Total

25

Last Release

1704d ago

Major Versions

v1.0 → v2.0.x-dev2018-03-06

### Community

Maintainers

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

---

Top Contributors

[![jyolo](https://avatars.githubusercontent.com/u/9959996?v=4)](https://github.com/jyolo "jyolo (126 commits)")[![zenhiss282](https://avatars.githubusercontent.com/u/278574942?v=4)](https://github.com/zenhiss282 "zenhiss282 (6 commits)")

### Embed Badge

![Health badge](/badges/jyolo-mvcbuilder/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

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

1.9k38.6M289](/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)
