yixinba/btapi

BT宝塔面板API接口

Maintainers

Details

github.com/yixinba/btapi

Source

Issues

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 1

Open Issues: 1

pkg:composer/yixinba/btapi

1.0.8 2024-09-12 12:07 UTC

This package is auto-updated.

Last update: 2025-10-12 14:30:33 UTC


README

宝塔面板API接口
环境
  • php >=7.0.0
安装
composer require yixinba/btapi
使用说明
use yixinba\Bt\System;

// Database|File|Ftp|Plugin|Site|System
// 以上都extends了[Base]都可以调用,如以下示例
$bt = new System('http://127.0.0.1:8888', 'Key', 'cookie保存目录设置');
$bt->getSystemTotal();