PHPackages                             limestonenetworks/php-ipmitool - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. limestonenetworks/php-ipmitool

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

limestonenetworks/php-ipmitool
==============================

PHP Wrapper of ipmitool

2.1.0(9mo ago)423.4k↑3750%1[1 issues](https://github.com/limestonenetworks/php-ipmitool/issues)MITPHPPHP &gt;=8CI passing

Since Jul 1Pushed 9mo ago2 watchersCompare

[ Source](https://github.com/limestonenetworks/php-ipmitool)[ Packagist](https://packagist.org/packages/limestonenetworks/php-ipmitool)[ Docs](https://github.com/limestonenetworks/php-ipmitool)[ RSS](/packages/limestonenetworks-php-ipmitool/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (11)Used By (0)

php-ipmitool
============

[](#php-ipmitool)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c8672f980f8c19ffe48e9bf77bde1230d49a72b3a3155daae9d9419fd98bc76b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c696d6573746f6e656e6574776f726b732f7068702d69706d69746f6f6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/limestonenetworks/php-ipmitool)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/8dcb047a4523df7b9c0f6fa3b14425267621f53db71ce1cc02b3da416b7bec35/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c696d6573746f6e656e6574776f726b732f7068702d69706d69746f6f6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/limestonenetworks/php-ipmitool)[![CI](https://github.com/limestonenetworks/php-ipmitool/actions/workflows/ci.yml/badge.svg)](https://github.com/limestonenetworks/php-ipmitool/actions/workflows/ci.yml)[![codecov](https://camo.githubusercontent.com/8068e4e5587f5f2643d3239bc33fb24176e6c9f4bbec657e52aba28fc631c150/68747470733a2f2f636f6465636f762e696f2f6769746875622f6c696d6573746f6e656e6574776f726b732f7068702d69706d69746f6f6c2f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d334a3248484b51323245)](https://codecov.io/github/limestonenetworks/php-ipmitool)

This is a php wrapper for [ipmitool](https://github.com/ipmitool/ipmitool). The goal is allow easy bootstrapping and integration of ipmitool into an existing application.

Install
-------

[](#install)

Via Composer

```
$ composer require limestonenetworks/php-ipmitool
```

Usage
-----

[](#usage)

```
$confArray = [
    'interface' => 'lanplus',
    'username' => 'ADMIN',
    'password',
    'hostname',
    'port',
    'password_env',
    'password_file',
    'authtype',
    'level',
    'binary' => 'ipmitool'
];
$config = new LSN\ipmitool\Config($confArray);
$client = new LSN\ipmitool\Client(new Process(''),$config);
echo $client->run(['chassis','power','status');
```

Config options are shown with their default values. Empty means that if the option is not set then it will not be sent to the process. Each option maps to a cli flag on ipmitool aside from binary which allows you to override the name of your ipmitool binary.

Change log
----------

[](#change-log)

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

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Trent Schmidt](https://github.com/limestonenetworks)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance53

Moderate activity, may be stable

Popularity32

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity69

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 ~370 days

Recently: every ~647 days

Total

8

Last Release

280d ago

Major Versions

1.0.5 → 2.0.02022-10-31

PHP version history (3 changes)1.0PHP ~7.0

2.0.0PHP &gt;=8.1

2.1.0PHP &gt;=8

### Community

Maintainers

![](https://www.gravatar.com/avatar/26fd57a3cd2e5e126d0da83b969168f6fce20221ab46813ec38f080b08f11710?d=identicon)[montross50](/maintainers/montross50)

---

Top Contributors

[![montross50](https://avatars.githubusercontent.com/u/62939?v=4)](https://github.com/montross50 "montross50 (7 commits)")

---

Tags

limestonenetworksphp-ipmitoolipmitool

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/limestonenetworks-php-ipmitool/health.svg)

```
[![Health](https://phpackages.com/badges/limestonenetworks-php-ipmitool/health.svg)](https://phpackages.com/packages/limestonenetworks-php-ipmitool)
```

###  Alternatives

[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)[spatie/typescript-transformer

This is my package typescript-transformer

3706.5M16](/packages/spatie-typescript-transformer)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k17](/packages/civicrm-civicrm-core)[shivas/versioning-bundle

Symfony application versioning, simple console command to manage version (with providers e.g. git tag) of your application using Semantic Versioning 2.0.0 recommendations

1121.2M1](/packages/shivas-versioning-bundle)[eclipxe/cfdiutils

PHP Common utilities for Mexican CFDI 3.2, 3.3 &amp; 4.0

141129.9k6](/packages/eclipxe-cfdiutils)[shyim/danger-php

Port of danger to PHP

8544.9k](/packages/shyim-danger-php)

PHPackages © 2026

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