宝塔控制面板PHP扩展包

v1.0.10 2020-04-07 00:00 UTC

This package is auto-updated.

Last update: 2024-04-27 18:20:04 UTC


README

dtApp Logo

宝塔Api接口

📦 宝塔Api接口 PHP扩展包

Latest Stable Version Latest Unstable Version Total Downloads License PHP Version Dependency Status Dependency Status Dev GitHub last commit GitHub commit activity GitHub contributors

依赖环境

  1. PHP7.0 版本及以上(低版本和7.4版本未做兼容处理!)

安装

配置源库

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

安装

composer require liguangchun/bt -vvv

更新

composer update liguangchun/bt -vvv

删除

composer remove liguangchun/bt -vvv