PHPackages                             superadminx/admin - 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. superadminx/admin

ActiveProject[Framework](/categories/framework)

superadminx/admin
=================

SuperAdminx基于webman的中后台开发框架

v4.0.7(1mo ago)762↓33.3%6MITJavaScriptPHP &gt;=8.1

Since Dec 10Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/zouyi741599086/SuperAdminx)[ Packagist](https://packagist.org/packages/superadminx/admin)[ Docs](http://www.superadminx.com)[ RSS](/packages/superadminx-admin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (43)Versions (66)Used By (0)

### 介绍

[](#介绍)

后端主要集成权限管理（可基于接口级别权限）、代码生成，后续将已经插件形式开放更多功能；前端内置多种布局，基于按钮级别的权限，扩展多种form字段及table中预览展示的多个组件

### 软件架构

[](#软件架构)

后端基于[workerman](https://www.workerman.net/)的[webman](https://www.workerman.net/webman)高性能HTTP框架，常用的[ThinkORM](https://doc.thinkphp.cn/@think-orm/)、[ThinkValidate](https://doc.thinkphp.cn/v8_0/validator.html)，前端基于`react`用`js`写的，主要用到的组件库是[Ant Design](https://ant.design/index-cn)、[ProComponents](https://procomponents.ant.design/)

### 使用文档

[](#使用文档)

[SuperAdminx文档](http://www.superadminx.com) [联系我们](https://www.superadminx.com/contact.html)

### 预览

[](#预览)

[点此预览](http://www.superadminx.com/preview.html)

### 安装教程

[](#安装教程)

**环境要求**

- php &gt;= 8.1
- mysql &gt;= 5.6
- node &gt;= 20

**php需要的扩展**

- fileinfo
- imagemagick
- exif
- xlswriter 表格导入导出用的此扩展，如导入导出换成其它逻辑可以不用安装
- redis 非必须，如果要用消息列队或缓存用redis

**php需要解除的禁用函数**

- [点此查看webman官方说明](https://www.workerman.net/doc/webman/others/disable-function-check.html)

**开始安装**

1. 获取源码，以下3种方式任选一

```
# 第一种：推荐
composer create-project superadminx/admin

# 第二种Gitee获取源码
git clone https://gitee.com/zouyi/SuperAdminx.git

# 第三种Github获取源码
git clone https://github.com/zouyi741599086/SuperAdminx.git
```

2. 如果通过**第一种方式则直接跳过**，第二、三通过git获取源码才需要进入项目根目录，安装依赖

```
composer install
```

3. 数据库

- 新建数据库，编码为`utf8mb4`，导入根目录下 `superadminx.sql`，此sql是用navicat导出的
- 修改根目录下 `.env` 里面数据库配置

4. 启动项目

windows用户：双击项目根目录 `windows.bat` 或者在根目录运行 `php windows.php` 启动

linux用户：调试方式运行 `php start.php start`，守护进程方式运行 `php start.php start -d`

更多细节参考[webman官方文档](https://www.workerman.net/doc/webman/install.html)

5. 进行`根目录/public/admin_react/`，安装前端依赖

```
npm install
```

6. 运行前端，即可访问`http://localhost:5200/admin/`，登录的帐号密码同 **[预览](https://www.superadminx.com/preview.html)**

```
npm run dev
```

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance90

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

64

Last Release

52d ago

Major Versions

v1.1.3 → v2.0.02025-02-18

v2.2.2 → v3.0.02025-09-04

v3.1.2 → v4.0.02026-03-05

PHP version history (2 changes)v1.0.4PHP &gt;=8.0

v2.0.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/272c1dd2b8774971d090e86c66443f602743698645f381ea768a9c1b8666dccc?d=identicon)[zouyi](/maintainers/zouyi)

---

Top Contributors

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

---

Tags

high-performancehttp service

### Embed Badge

![Health badge](/badges/superadminx-admin/health.svg)

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

###  Alternatives

[saithink/saiadmin

webman plugin

2709.9k1](/packages/saithink-saiadmin)

PHPackages © 2026

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