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

ActiveProject[Framework](/categories/framework)

willphp/framework
=================

一鱼PHP框架CURD快速开发平台

v1.1.0beta(2y ago)1111Apache-2.0JavaScriptPHP &gt;=7.4.3

Since Apr 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/willphp/evadmin)[ Packagist](https://packagist.org/packages/willphp/framework)[ Docs](http://www.113344.com/)[ RSS](/packages/willphp-framework/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (1)

EvAdmin
-------

[](#evadmin)

> 最新版移至：[一鱼PHP框架CURD快速开发平台](https://gitee.com/willphp/yiyuadmin)

### 功能简介

[](#功能简介)

1. 后台菜单管理(增删改查)
2. 账户管理(增删改查)
3. 角色管理(RBAC)
4. 系统字典，用户字典，如配性别选顶
5. 图库管理，上传，删除(编辑器和单图上传的图片都存入图库)
6. 数据库表优化，修复，备份，还原
7. 模型管理，可生成数据表，生成控制器，模型类，视图模板，菜单
8. 字段字典，可预自定义字段让模型生成数据表时选择。

### 环境要求

[](#环境要求)

- PHP7.4.3~PHP8.2.x
- MySQL

### 技术构架

[](#技术构架)

- WillPHP框架v4.6
- PearAdmin最新版（Layui2.8.6）

### 安装说明

[](#安装说明)

1. 导入数据库 data\_sql.sql （使用phpmyadmin等工具）
2. 数据库设置 .env文件（或config/database.php）
3. 设置URL重写规则
4. 管理账户：admin admin （全部权限）
5. 测试账户：test test （部分权限）

### URL重写

[](#url重写)

Apache环境规则`public/.htaccess`文件：

```

  Options +FollowSymlinks -Multiviews
  RewriteEngine On
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ index.php? [L,E=PATH_INFO:$1]

```

Nginx环境规则`public/nginx.htaccess`文件：

```
location / {
	if (!-e $request_filename) {
		rewrite  ^(.*)$  /index.php/$1  last;
	}
}

```

### 更新日志

[](#更新日志)

EvAdmin v1.1.0 beta 2023-10-20：

1. 更新WillPHPv4.6
2. 修复密码修改失败
3. 窗口界面优化调整
4. 修复若干了BUG^\_^

### 交流Q群

[](#交流q群)

> QQ群1：325825297 QQ群2：16008861

### 技术支持

[](#技术支持)

官网：[113344.com](http://www.113344.com) 无念()

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

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 ~181 days

Total

4

Last Release

941d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.6.0

v1.0.1betaPHP &gt;=7.4.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/d3c01b715debe77e52e2411dca17f9017fb14647e4fac029747867fb9528cd54?d=identicon)[113344com](/maintainers/113344com)

---

Top Contributors

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

---

Tags

layuiwillphpevadminpearadmin

### Embed Badge

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

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

###  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)
