PHPackages                             echodao/framework - 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. echodao/framework

ActiveProject[Framework](/categories/framework)

echodao/framework
=================

0.1.4(4y ago)02MITPHPPHP ^7.1

Since May 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/leyxian/framework)[ Packagist](https://packagist.org/packages/echodao/framework)[ RSS](/packages/echodao-framework/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

下载安装
====

[](#下载安装)

composer require echodao\\framework-tool

功能一
===

[](#功能一)

根据模型注释修改表结构，参数参考 think-migrate
------------------------------

[](#根据模型注释修改表结构参数参考-think-migrate)

在模型加入注释

```
/**
 * Demo Class
 * @var string connection
 * @var string table demo
 * @var string options {"id":false,"primary_key":["demo_id","user_id"],"engine":"MyISAM","collation":"utf8_general_ci"}
 * @var string columns {"name":"demo_id","type":"integer"}
 * @var string columns {"name":"user_id","type":"integer"}
 * @var string columns {"name":"name","type":"string","options":{"limit":50,"comment":"标题"}}
 * @var string columns {"name":"status","type":"boolean","options":{"limit":1},"comment":"状态"}
 * @var string columns {"name":"create_time","type":"integer","options":{"null":true,"comment":"添加时间"}}
 * @var string indexes
 * @var string foreignkeys {}
 */
```

执行命令 php think migrate:model 更新所有模型表

- 参数 --model app\\\\model\\\\Demo 指定模型更新表
- 参数 --conn app\\\\model\\\\Demo 指定数据库连接

技术支持
====

[](#技术支持)

**QQ群：** 67761412

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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.

###  Release Activity

Cadence

Every ~4 days

Total

6

Last Release

1448d ago

PHP version history (2 changes)0.1.0PHP ^7.1

0.1.x-devPHP &gt;=7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b7092edf7fd4582a56d34d0f691e30ad3ecf27b1c5e43cf6c6949c38e5d572b?d=identicon)[leyxian](/maintainers/leyxian)

---

Top Contributors

[![leyxian](https://avatars.githubusercontent.com/u/7991313?v=4)](https://github.com/leyxian "leyxian (37 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/echodao-framework/health.svg)

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

###  Alternatives

[topthink/think

the new thinkphp framework

8.0k1.2M13](/packages/topthink-think)[topthink/think-swoole

Swoole extend for thinkphp

477174.4k19](/packages/topthink-think-swoole)[topthink/think-throttle

throttle middleware for thinkphp8

18993.1k2](/packages/topthink-think-throttle)[jaguarjack/catchadmin

The CatchAdmin Background management

8962.6k](/packages/jaguarjack-catchadmin)[topthink/think-multi-app

thinkphp multi app support

26813.1k50](/packages/topthink-think-multi-app)

PHPackages © 2026

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