PHPackages                             fredbradley/imcapi - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. fredbradley/imcapi

ActiveLibrary[API Development](/categories/api)

fredbradley/imcapi
==================

PHP JSON API wrapper for the HPE IMC software to manage network switches

v1.0.9(1y ago)237MITPHPPHP ^8.0

Since Jun 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/fredbradley/imcapi)[ Packagist](https://packagist.org/packages/fredbradley/imcapi)[ Docs](https://github.com/fredbradley/imcapi)[ RSS](/packages/fredbradley-imcapi/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (5)Versions (12)Used By (0)

PHP Wrapper for the HPE Intelligent Management Center API
=========================================================

[](#php-wrapper-for-the-hpe-intelligent-management-center-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0e75a230b1c05fa76210bef34307b653a393ffb55211e7ca581e9a06ec0e0761/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66726564627261646c65792f696d636170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fredbradley/imcapi)[![Build Status](https://camo.githubusercontent.com/ff0a86c934d1d2641948470fcf106b34eaf7b1ef5b181dac7a50d2274f1a1496/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f66726564627261646c65792f696d636170692f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/fredbradley/imcapi)[![StyleCI Status](https://camo.githubusercontent.com/e508cb80ca168eca154ff9ef86c565c2b2cd6b1bd3df77056a55349d89334a02/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3237343630383738392f736869656c64)](https://camo.githubusercontent.com/e508cb80ca168eca154ff9ef86c565c2b2cd6b1bd3df77056a55349d89334a02/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3237343630383738392f736869656c64)[![Total Downloads](https://camo.githubusercontent.com/3ff6b1769d88ed9f9e8f8a37aee6286171c762dfae3a77ef0b665ca314fd9825/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f66726564627261646c65792f696d636170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fredbradley/imcapi)

You can find more information about the HPE IMC here: [https://support.hpe.com/hpesc/public/docDisplay?docId=emr\_na-c05367573](https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-c05367573)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require fredbradley/imcapi
```

Usage
-----

[](#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:

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Fred Bradley](https://github.com/fredbradley)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~164 days

Recently: every ~156 days

Total

10

Last Release

664d ago

PHP version history (4 changes)1.0.0PHP ^7.2

1.0.1PHP ^7.1

v1.0.4PHP ^7.2|^8.0

v1.0.8PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1639226?v=4)[Fred Bradley](/maintainers/fredbradley)[@fredbradley](https://github.com/fredbradley)

---

Top Contributors

[![fredbradley](https://avatars.githubusercontent.com/u/1639226?v=4)](https://github.com/fredbradley "fredbradley (25 commits)")

---

Tags

apiHPEnetwork monitoringnetwork managementintelligent management centerimc

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/fredbradley-imcapi/health.svg)

```
[![Health](https://phpackages.com/badges/fredbradley-imcapi/health.svg)](https://phpackages.com/packages/fredbradley-imcapi)
```

###  Alternatives

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[saloonphp/laravel-plugin

The official Laravel plugin for Saloon

765.7M124](/packages/saloonphp-laravel-plugin)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[resend/resend-laravel

Resend for Laravel

1191.4M6](/packages/resend-resend-laravel)[specialtactics/l5-api

Dependencies for the Laravel API Boilerplate package

3672.8k2](/packages/specialtactics-l5-api)[ardakilic/mutlucell

Mutlucell SMS API wrapper for sending sms text messages for Laravel

457.3k](/packages/ardakilic-mutlucell)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
