PHPackages                             leeqvip/tadmin - 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. leeqvip/tadmin

ActiveLibrary[Framework](/categories/framework)

leeqvip/tadmin
==============

the admin framework based on thinkphp

v1.1.1(1y ago)10621333MITPHPPHP &gt;=8.0.0

Since Dec 9Pushed 1y ago7 watchersCompare

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

READMEChangelog (10)Dependencies (5)Versions (14)Used By (0)

 Tadmin
========

[](#--tadmin)

 **一个基于 ThinkPH P的一款非侵入式后台开发框架！**

 [ ![Latest Stable Version](https://camo.githubusercontent.com/9f6791d4677d0d8feffea2e02d5cf65fb1ee2315fec1eeda8db6da70ac7b8ba5/68747470733a2f2f706f7365722e707567782e6f72672f6c6565717669702f7461646d696e2f762f737461626c65) ](https://packagist.org/packages/leeqvip/tadmin) [ ![Total Downloads](https://camo.githubusercontent.com/6fb12ff16f3a81f8b104c0a045af498a115d41171d5aeced9332a8c3f7a58e1f/68747470733a2f2f706f7365722e707567782e6f72672f6c6565717669702f7461646d696e2f646f776e6c6f616473) ](https://packagist.org/packages/leeqvip/tadmin) [ ![License](https://camo.githubusercontent.com/7f7393c6fc906826da5ce9f1e3e1fed036f542f134e7a3c5533371fdd38f6c4a/68747470733a2f2f706f7365722e707567782e6f72672f6c6565717669702f7461646d696e2f6c6963656e7365) ](https://packagist.org/packages/leeqvip/tadmin)

 [ ![](samples/201901060024581.png) ](http://tadmin.tech1024.com/)

安装
--

[](#安装)

最方便的安装方式就是使用Composer (  )，在这之前**务必**先搭建好thinkphp项目

1、安装Tadmin

```
composer require leeqvip/tadmin

```

2、注册服务

注册服务，在应用的全局公共文件`service.php`中加入：

```
return [
    // ...

    tadmin\TadminService::class,
];
```

3、执行初始化和数据库迁移：

**确保数据库配置信息正确**）

```
php think tadmin:init
php think tadmin:migrate:run

```

进入tadmin后台
----------

[](#进入tadmin后台)

打开后台地址，例如：

演示地址
----

[](#演示地址)

**后台**：

用户名：admin 密码：abc-123

**前台**：

协议
--

[](#协议)

`Tadmin` 采用 [MIT](LICENSE) 开源协议发布。

联系
--

[](#联系)

有问题或者功能建议，请联系我们或者提交PR:

-
-

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity74

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

Recently: every ~457 days

Total

13

Last Release

581d ago

Major Versions

v0.6.2 → 1.x-dev2019-11-27

PHP version history (3 changes)v0.1PHP &gt;=5.6.0

v1.0.0PHP &gt;=7.1.0

v1.1PHP &gt;=8.0.0

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

admincasbinframeworkmanagemcfmvcormpermissionrbacthinkphpframeworkadminthinkphp

### Embed Badge

![Health badge](/badges/leeqvip-tadmin/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[jaguarjack/catchadmin

The CatchAdmin Background management

9142.7k](/packages/jaguarjack-catchadmin)[zemit-cms/core

Build Phalcon REST APIs faster with database-first scaffolding, model relationships, eager loading, identity, permissions, CLI, and WebSocket support.

148.5k1](/packages/zemit-cms-core)

PHPackages © 2026

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