EdgeApi:EdgeOS API 的 PHP 包装器

时间:2024-06-18 09:52:46
【文件属性】:

文件名称:EdgeApi:EdgeOS API 的 PHP 包装器

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-18 09:52:46

PHP

EdgeAPI EdgeOS API 的 PHP 包装器 安装 使用将 EdgeAPI 安装到您的项目中: composer require primeinc/edgeapi 设置端点和 guzzle 客户端 //create new endpoint config, with required info $ endpoint = new \ PrimeInc \ EdgeApi \ Endpoint ( array ( 'protocol' => 'https' , 'domain' => '192.168.1.1' , 'port' => '443' , 'username' => 'ubnt' , 'password' => 'ubnt' , // don't have a valid cert? set the followi


【文件预览】:
EdgeApi-master
----.gitignore(250B)
----src()
--------EdgeApi()
----LICENSE(1KB)
----composer.json(481B)
----composer.lock(9KB)
----examples()
--------basic.php(994B)
--------save-cfg.php(640B)
--------serialize-endpoint.php(1KB)
--------standalone.php(2KB)
----README.md(1KB)

网友评论