Download the PHP package dtapp/think-bt without Composer
On this page you can find all versions of the php package dtapp/think-bt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dtapp/think-bt
More information about dtapp/think-bt
Files in dtapp/think-bt
Download dtapp/think-bt
More information about dtapp/think-bt
Files in dtapp/think-bt
Vendor dtapp
Package think-bt
Short Description 宝塔控制面板ThinkPHP扩展包
License MIT
Homepage https://www.dtapp.net
Package think-bt
Short Description 宝塔控制面板ThinkPHP扩展包
License MIT
Homepage https://www.dtapp.net
Please rate this library. Is it a good library?
Informations about the package think-bt

ThinkPhP6宝塔扩展包
📦 ThinkPhP6宝塔扩展包
依赖环境
- PHP7.0 版本及以上(低版本和7.4版本未做兼容处理!)
安装
建议配置源库
安装开发版
text composer require dtapp/think-bt ^6.0.* -vvv text composer update dtapp/think-bt -vvv text composer remove dtapp/think-bt -vvv text // 宝塔配置 'bt' => [ // 接口网址带端口 'path' => '', // 密钥 'key' => '' ] text use DtApp\Think\Bt\Api;
$config = [ 'key' => $BT_KEY, 'panel' => $BT_PANEL, ];
$api = new Api($config); try { var_dump($api->getLogs()->page(1)->limit(10)->order('id desc')->toArray()); } catch (CurlException $e) { var_dump($e->getMessage()); }
All versions of think-bt with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
ext-json Version *
ext-curl Version *
topthink/framework Version ^6.0.0
liguangchun/curl Version ^1.0
ext-json Version *
ext-curl Version *
topthink/framework Version ^6.0.0
liguangchun/curl Version ^1.0
The package dtapp/think-bt contains the following files
Loading the files please wait ....