Skip to content

PHP Wrapper for the HPE Intelligent Management Center API

License

Notifications You must be signed in to change notification settings

fredbradley/imcapi

Repository files navigation

PHP Wrapper for the HPE Intelligent Management Center API

Latest Version on Packagist Build Status StyleCI Status Total Downloads

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.

About

PHP Wrapper for the HPE Intelligent Management Center API

Resources

License

Stars

Watchers

Forks

Languages