Ai
1 Star 0 Fork 0

渣渣灰/ProxmoxVE_PHP_API

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
example.php 442 Bytes
一键复制 编辑 原始数据 按行查看 历史
Saleh7 提交于 2017-11-08 03:24 +08:00 . Initial commit
<?php
require_once 'vendor/autoload.php'; // Autoload files using Composer autoload
use Proxmox\Request;
$configure = [
'hostname' => '0.0.0.0',
'username' => 'root',
'password' => 'password',
'realm' => 'pam',
'port' => 8006
];
Request::Login($configure); // Login ..
# Quick Usage
// Request($path, array $params = null, $method="GET")
print_r( Request::Request('/nodes', null, 'GET') ); // List Nodes
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/whywkj_admin/ProxmoxVE_PHP_API.git
git@gitee.com:whywkj_admin/ProxmoxVE_PHP_API.git
whywkj_admin
ProxmoxVE_PHP_API
ProxmoxVE_PHP_API
master

搜索帮助