# bt
**Repository Path**: liguangchun/bt
## Basic Information
- **Project Name**: bt
- **Description**: 宝塔面板Api接口
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: https://packagist.org/packages/liguangchun/bt
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 2
- **Created**: 2020-03-19
- **Last Updated**: 2021-07-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
📦 宝塔Api接口 PHP扩展包
[](https://packagist.org/packages/liguangchun/bt)
[](https://packagist.org/packages/liguangchun/bt)
[](https://packagist.org/packages/liguangchun/bt)
[](https://packagist.org/packages/liguangchun/bt)
[](https://packagist.org/packages/GC0202/bt)
[](https://david-dm.org/GC0202/bt)
[](https://david-dm.org/GC0202/bt?type=dev)
[](https://github.com/GC0202/bt/commits)
[](https://github.com/GC0202/bt/commits)
[](https://github.com/GC0202/bt/graphs/contributors)
## 依赖环境
1. PHP7.0 版本及以上(低版本和7.4版本未做兼容处理!)
# 安装
## 配置源库
```text
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
```
## 安装
```text
composer require liguangchun/bt -vvv
```
## 更新
```text
composer update liguangchun/bt -vvv
```
## 删除
```text
composer remove liguangchun/bt -vvv
```