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

AbandonedArchivedLibrary[Framework](/categories/framework)

techone/admin
=============

the admin framework based on thinkphp

v0.0.7(7y ago)018MITPHPPHP &gt;=5.6.0

Since Sep 21Pushed 7y agoCompare

[ Source](https://github.com/leeqvip/admin)[ Packagist](https://packagist.org/packages/techone/admin)[ RSS](/packages/techone-admin/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (11)Used By (0)

TechAdmin
=========

[](#techadmin)

[![StyleCI](https://camo.githubusercontent.com/b41628fea528cb5f2863e5ad2c3d6d08637c1068968aba2a56a74c09d7435f81/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3134393237303134362f736869656c643f7374796c653d706c6173746963266272616e63683d6d6173746572)](https://github.styleci.io/repos/149270146)[![Latest Stable Version](https://camo.githubusercontent.com/b25d3c9280757016d5cca10eae8c69e382e6f6c263eaead823dd3f132c978bab/68747470733a2f2f706f7365722e707567782e6f72672f746563686f6e652f61646d696e2f762f737461626c65)](https://packagist.org/packages/techone/admin)[![Total Downloads](https://camo.githubusercontent.com/2f5028c2b69e2f6b4d44478460d12103fc5ee37636771b3f8823b3617d60c724/68747470733a2f2f706f7365722e707567782e6f72672f746563686f6e652f61646d696e2f646f776e6c6f616473)](https://packagist.org/packages/techone/admin)[![License](https://camo.githubusercontent.com/d8ba336fc6c611b3d8042e07158ad6acd16664ff4f10bc6a91f59e3edd1db6ad/68747470733a2f2f706f7365722e707567782e6f72672f746563686f6e652f61646d696e2f6c6963656e7365)](https://packagist.org/packages/techone/admin)

Intro
-----

[](#intro)

基于ThinkPHP5.1+和AmazeUI的快速后台开发框架

Install
-------

[](#install)

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

1、安装 TechAdmin :

```
composer require techone/admin

```

2、初始化和数据迁移

```
php think techadmin:init
php think techadmin:migrate:run

```

3、配置

添加行为在 `application/tags.php`

```
return [

    'app_init'     => [
        \techadmin\behavior\Boot::class,
    ],

    // ...
];

```

进入TechAdmin后台
-------------

[](#进入techadmin后台)

打开后台地址，例如：

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Total

7

Last Release

2723d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

adminframeworkthinkphpframeworkadminthinkphp

### Embed Badge

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

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

###  Alternatives

[apiadmin/apiadmin

Just For Api

5024.2k](/packages/apiadmin-apiadmin)

PHPackages © 2026

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