2017 © Pedro Peláez
 

library php-ipmitool

PHP Wrapper of ipmitool

image

limestonenetworks/php-ipmitool

PHP Wrapper of ipmitool

  • Wednesday, July 11, 2018
  • by montross50
  • Repository
  • 2 Watchers
  • 0 Stars
  • 221 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

php-ipmitool

Latest Version on Packagist ![Software License][ico-license] Total Downloads CI codecov, (*1)

This is a php wrapper for ipmitool. The goal is allow easy bootstrapping and integration of ipmitool into an existing application., (*2)

Install

Via Composer, (*3)

``` bash $ composer require limestonenetworks/php-ipmitool, (*4)


## Usage ``` php $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., (*5)

Change log

Please see CHANGELOG for more information on what has changed recently., (*6)

Testing

bash $ composer test, (*7)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*8)

Security

If you discover any security related issues, please email sch43228@gmail.com instead of using the issue tracker., (*9)

Credits

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

11/07 2018

dev-master

9999999-dev https://github.com/limestonenetworks/php-ipmitool

PHP Wrapper of ipmitool

  Sources   Download

MIT

The Requires

 

The Development Requires

limestonenetworks php-ipmitool ipmitool

11/07 2018

1.0.5

1.0.5.0 https://github.com/limestonenetworks/php-ipmitool

PHP Wrapper of ipmitool

  Sources   Download

MIT

The Requires

 

The Development Requires

limestonenetworks php-ipmitool ipmitool

10/07 2018

1.0.4

1.0.4.0 https://github.com/limestonenetworks/php-ipmitool

PHP Wrapper of ipmitool

  Sources   Download

MIT

The Requires

 

The Development Requires

limestonenetworks php-ipmitool ipmitool

02/07 2018

1.0.3

1.0.3.0 https://github.com/limestonenetworks/php-ipmitool

PHP Wrapper of ipmitool

  Sources   Download

MIT

The Requires

 

The Development Requires

limestonenetworks php-ipmitool ipmitool

02/07 2018

1.0.2

1.0.2.0 https://github.com/limestonenetworks/php-ipmitool

PHP Wrapper of ipmitool

  Sources   Download

MIT

The Requires

 

The Development Requires

limestonenetworks php-ipmitool ipmitool

01/07 2018

1.0.1

1.0.1.0 https://github.com/limestonenetworks/php-ipmitool

PHP Wrapper of ipmitool

  Sources   Download

MIT

The Requires

 

The Development Requires

limestonenetworks php-ipmitool ipmitool

01/07 2018

1.0

1.0.0.0 https://github.com/limestonenetworks/php-ipmitool

PHP Wrapper of ipmitool

  Sources   Download

MIT

The Requires

 

The Development Requires

limestonenetworks php-ipmitool ipmitool