kinghang / bt
宝塔面板API
1.0.2
2021-12-15 02:17 UTC
Requires
- php: >=7.0
- ext-curl: *
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^7.5.20
This package is auto-updated.
Last update: 2024-10-20 10:14:01 UTC
README
介绍
宝塔面板API
使用说明
<?php
$bt = new System('http://127.0.0.1:8888', 'Key');
$bt->getSystemTotal();