fredbradley/imcapi
Composer 安装命令:
composer require fredbradley/imcapi
包简介
PHP JSON API wrapper for the HPE IMC software to manage network switches
README 文档
README
You can find more information about the HPE IMC here: https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-c05367573
Installation
You can install the package via composer:
composer require fredbradley/imcapi
Usage
This project is still very much a work in progress. The intention is that more default methods will be added.
$imc = new \FredBradley\IMCAPI\Imcapi("http://mydomain.tld:8080/imcrs/", "username", "pa55w0rd"); $listDevices = $imc->getDevices(); $anyOtherRequest = $imc->request('/endpoint');
You can see a list of valid endpoints on your device: http://mydomain.tld:8080/imcrs
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email code@fredbradley.uk instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 37
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-06-24