PHPackages                             liguangchun/bt - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. liguangchun/bt

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

liguangchun/bt
==============

宝塔控制面板PHP扩展包

v1.0.10(6y ago)5109MITPHPPHP &gt;=7.0

Since Mar 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/GC0202/bt)[ Packagist](https://packagist.org/packages/liguangchun/bt)[ Docs](https://www.dtapp.net)[ RSS](/packages/liguangchun-bt/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (10)Dependencies (1)Versions (13)Used By (0)

[![dtApp Logo](https://camo.githubusercontent.com/e858adb379e4fd8e72b8b1f6c1865bbb2b87a48b975533e619b678f8ac861f8c/68747470733a2f2f63646e2e6f73732e6c696775616e676368756e2e636e2f30342f3939396539663266303664333936393638656163633130636539626338612e706e67)](https://camo.githubusercontent.com/e858adb379e4fd8e72b8b1f6c1865bbb2b87a48b975533e619b678f8ac861f8c/68747470733a2f2f63646e2e6f73732e6c696775616e676368756e2e636e2f30342f3939396539663266303664333936393638656163633130636539626338612e706e67)

[宝塔Api接口](https://www.dtapp.net/)
=================================

[](#宝塔api接口)

📦 宝塔Api接口 PHP扩展包

[![Latest Stable Version](https://camo.githubusercontent.com/015f0f0967d94fc8e7ce18b7c0f5e4cfc2442e929f2bce749277f2ecf6cdad3f/68747470733a2f2f706f7365722e707567782e6f72672f6c696775616e676368756e2f62742f762f737461626c65)](https://packagist.org/packages/liguangchun/bt)[![Latest Unstable Version](https://camo.githubusercontent.com/16663989c5b1f0632641900517f60e3fd33b137eb3397e41ebb68b5358a93e12/68747470733a2f2f706f7365722e707567782e6f72672f6c696775616e676368756e2f62742f762f756e737461626c65)](https://packagist.org/packages/liguangchun/bt)[![Total Downloads](https://camo.githubusercontent.com/0b6b9247f6181a990271f119513840e49e45dd3a862f719e3c630fb1d9266320/68747470733a2f2f706f7365722e707567782e6f72672f6c696775616e676368756e2f62742f646f776e6c6f616473)](https://packagist.org/packages/liguangchun/bt)[![License](https://camo.githubusercontent.com/bddd297683eef57950b4d20d973529ba86a8a069cc88bc79f1f3e5ec589592e7/68747470733a2f2f706f7365722e707567782e6f72672f6c696775616e676368756e2f62742f6c6963656e7365)](https://packagist.org/packages/liguangchun/bt)[![PHP Version](https://camo.githubusercontent.com/21223b9ffedc1feec4026ec59947bafeec1e45b69a0e2fd1383975636e8d09a6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344372e302d3838393242462e737667)](https://packagist.org/packages/GC0202/bt)[![Dependency Status](https://camo.githubusercontent.com/767f24dabc9e69d45c057c15534d513bc32dba125bd78ff79cbd428dcb34fd07/68747470733a2f2f64617669642d646d2e6f72672f4743303230322f62742e737667)](https://david-dm.org/GC0202/bt)[![Dependency Status Dev](https://camo.githubusercontent.com/3bd4e7c1d03b567ee6043d15dd8e2a4a8745131d3cf6ade7003e814992c25397/68747470733a2f2f64617669642d646d2e6f72672f4743303230322f62742f6465762d7374617475732e737667)](https://david-dm.org/GC0202/bt?type=dev)[![GitHub last commit](https://camo.githubusercontent.com/35337927d1f01f870d919f1ba9f1c9d8b6525f51adeeaa756fe92399a6a862b2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f4743303230322f62743f6c6f676f3d676974687562)](https://github.com/GC0202/bt/commits)[![GitHub commit activity](https://camo.githubusercontent.com/f020b8d35bdda91f8dd78d425922aa1248dd901cf0917023380a875b963b5926/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6d6d69742d61637469766974792f6d2f4743303230322f6274)](https://github.com/GC0202/bt/commits)[![GitHub contributors](https://camo.githubusercontent.com/2df7a9e1292005ccccee5d38ceb206cbdef1c37dc719374d01a30fc473b550e2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f4743303230322f62743f6c6f676f3d676974687562266c6162656c3d646576656c6f70657273)](https://github.com/GC0202/bt/graphs/contributors)

依赖环境
----

[](#依赖环境)

1. PHP7.0 版本及以上（低版本和7.4版本未做兼容处理！）

安装
==

[](#安装)

配置源库
----

[](#配置源库)

```
"repositories": {
        "packagist": {
            "type": "composer",
            "url": "https://mirrors.aliyun.com/composer/"
        }
    }

```

安装
--

[](#安装-1)

```
composer require liguangchun/bt -vvv

```

更新
--

[](#更新)

```
composer update liguangchun/bt -vvv

```

删除
--

[](#删除)

```
composer remove liguangchun/bt -vvv

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

11

Last Release

2231d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

btliguangchun

### Embed Badge

![Health badge](/badges/liguangchun-bt/health.svg)

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

###  Alternatives

[enqueue/dsn

Parse DSN

12525.5M45](/packages/enqueue-dsn)[mediawiki/maps

Adds various mapping features to MediaWiki

84145.0k3](/packages/mediawiki-maps)

PHPackages © 2026

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