PHPackages                             padget19/e-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. [Admin Panels](/categories/admin)
4. /
5. padget19/e-admin

ActiveLibrary[Admin Panels](/categories/admin)

padget19/e-admin
================

ThinkPhP E-admin

2.2.23(4y ago)110MITCSSPHP &gt;=7.1.0

Since Dec 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/padget19/E-admin)[ Packagist](https://packagist.org/packages/padget19/e-admin)[ RSS](/packages/padget19-e-admin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (13)Versions (3)Used By (0)

 [![](https://camo.githubusercontent.com/3751264097d46a1b4ec809c8582a31ef66142f9063a0cd6d324fed2c0a795369/687474703a2f2f726f636b792d6769742e67697465652e696f2f652d61646d696e2d73697465732f7374617469632f6c6f676f2e353063333530342e706e67)](https://camo.githubusercontent.com/3751264097d46a1b4ec809c8582a31ef66142f9063a0cd6d324fed2c0a795369/687474703a2f2f726f636b792d6769742e67697465652e696f2f652d61646d696e2d73697465732f7374617469632f6c6f676f2e353063333530342e706e67)

`E-admin`是一个基于[Element Plus](https://www.laravel-admin.org/)开发而成后台系统构建工具，无需关注页面模板JavaScript，只用php代码即可快速构建出一个功能完善的后台系统。。

- [中文文档](http://rocky-git.gitee.io/e-admin-sites/#/zh-CN/component/installation)
- [Demo / 在线演示](https://eadmin.togy.com.cn)
- [github](https://github.com/rocky-git/E-admin)
- [gitee(码云)](https://gitee.com/rocky-git/eadmin)

[![](https://camo.githubusercontent.com/bd881d57fcdee812425a6b15e7686592bdf8435d750f086d66e119b2dd13939d/687474703a2f2f726f636b792d6769742e67697465652e696f2f652d61646d696e2d73697465732f7374617469632f7468656d652d696e6465782d6267312e666564333430632e706e67)](https://camo.githubusercontent.com/bd881d57fcdee812425a6b15e7686592bdf8435d750f086d66e119b2dd13939d/687474703a2f2f726f636b792d6769742e67697465652e696f2f652d61646d696e2d73697465732f7374617469632f7468656d652d696e6465782d6267312e666564333430632e706e67)

### 功能特性

[](#功能特性)

- 后台组件面向对象编程，组件化开发
- 自定义vue页面组件，无需重新编译打包
- 注解权限BAC的权限系统,无限极菜单
- 页面组件url复用
- 数据表格构建工具，内置丰富的表格常用功能（如拖拽排序、数据导出、搜索、快捷创建、批量操作等）
- 数据表单构建工具，分步表单构建工具，内置丰富的表单类型，表单watch，表单互动
- 数据详情页构建工具
- 支持自定义图表
- 支持本地和七牛云、oss文件上传

### 环境

[](#环境)

- PHP &gt;= 7.1.0
- ThinkPhP 6.0
- Fileinfo PHP Extension

### 安装

[](#安装)

首先需要安装`ThinkPhP`框架，如已安装可以跳过此步骤。如果您是第一次使用`ThinkPhP`，请务必先阅读文档 [安装 《ThinkPhP中文文档》](https://www.kancloud.cn/manual/thinkphp6_0/1037481) ！

```
composer create-project topthink/think tp
# 或
composer create-project topthink/think=6.0.x-dev tp
```

安装完`ThinkPhP`之后需要修改`.env`文件，设置数据库连接设置正确

```
[DATABASE]
TYPE = mysql
DRIVER = mysql
HOSTNAME = 127.0.0.1
DATABASE = tp6
USERNAME = root
PASSWORD = root
HOSTPORT = 3306
CHARSET = utf8mb4
```

安装`e-admin`

```
cd {项目名称}

composer require rockys/e-admin

```

然后运行下面的命令来安装：

```
php think eadmin:install

```

强制重新安装：

```
php think admin:install -f

```

phpstudy的apache环境需要配置验证token，默认关闭

```
// 路径举例：D:\phpstudy_pro\Extensions\Apache2.4.39\conf
// 在httpd.conf搜索 IfModule dir_module 新增SefEnvIf这一行

    DirectoryIndex index.php index.html
    SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0

```

启动服务后，在浏览器打开 `http://localhost/admin`，使用用户名 `admin` 和密码 `admin`登陆。

### 鸣谢

[](#鸣谢)

`E-admin` 基于以下组件:

- [ThinkPhP](http://www.thinkphp.cn/)
- [Element Plus](https://element-plus.gitee.io/)
- [Ant Design Vue](https://2x.antdv.com/)
- [Vue3](https://cn.vuejs.org/)
- [font-awesome](http://fontawesome.io)
- [echarts](https://echarts.apache.org/)
- [simple-uploader.js](https://github.com/simple-uploader/Uploader)
- [tinymce](https://www.tiny.cloud/)
- [sortablejs](http://www.sortablejs.com/)
- [amap map](https://www.amap.com/)

### License

[](#license)

---

`e-admin` is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

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

Total

2

Last Release

1568d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/105c65292396ed649695dafb44344b37dfab6335681c8ed085d61535ec56bba2?d=identicon)[padget1985](/maintainers/padget1985)

---

Top Contributors

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

---

Tags

thinkphpcurdE-admin

### Embed Badge

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

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

###  Alternatives

[rockys/e-admin

ThinkPhP E-admin

462.4k](/packages/rockys-e-admin)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[zhongshaofa/easyadmin

基于ThinkPHP6.0和layui的快速开发的后台管理系统。

6609.3k](/packages/zhongshaofa-easyadmin)[roadiz/roadiz

Roadiz is a modern CMS based on a polymorphic content-schema system which can handle many types of services. It’s based on Symfony component and Doctrine ORM for maximum performances and security.

3769.3k6](/packages/roadiz-roadiz)[zoujingli/think-library

Library for ThinkAdmin

8569.8k18](/packages/zoujingli-think-library)[rockys/ex-admin-ui

基于Ant Design of Vue 的PHP通用前端渲染框架Ex-admin UI

254.6k4](/packages/rockys-ex-admin-ui)

PHPackages © 2026

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