2017 © Pedro Peláez
 

library simple-snmp

Interfaces and classes that describes a SNMP client.

image

surrealcristian/simple-snmp

Interfaces and classes that describes a SNMP client.

  • Wednesday, November 9, 2016
  • by surrealcristian
  • Repository
  • 1 Watchers
  • 0 Stars
  • 38 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 9 % Grown

The README.md

Simple SNMP

This repository holds an interface that describes a SNMP client, and some classes to be used or extended in implementations., (*1)

Install

Via Composer, (*2)

``` bash $ composer require surrealcristian/simple-snmp, (*3)



## Requirements - PHP 5.4+ ## API

namespace SurrealCristian\SimpleSnmp, (*4)

interface SnmpV2cInterface, (*5)

public array get ( string $host, string $community, string $oid, int $timeout, int $retries ), (*6)

public array getNext ( string $host, string $community, string $oid, int $timeout, int $retries ), (*7)

public array walk ( string $host, string $community, string $oid, int $timeout, int $retries ), (*8)

public array bulkWalk ( string $host, string $community, string $oid, int $timeout, int $retries ), (*9)

public set ( string $host, string $community, string $oid, string $type, string $value, int $timeout, int $retries ), (*10)

namespace SurrealCristian\SimpleSnmp\Exception, (*11)

class SimpleSnmpException extends Exception, (*12)

class TimeoutException extends SimpleSnmpException ```, (*13)

Change log

Please see CHANGELOG for more information, (*14)

License

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

The Versions

09/11 2016

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/surrealcristian/simple-snmp-php

Interfaces and classes that describes a SNMP client.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Cristian Cabrera

interface snmp

09/11 2016

dev-master

9999999-dev https://github.com/surrealcristian/simple-snmp-php

Interfaces and classes that describes a SNMP client.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Cristian Cabrera

interface snmp

09/11 2016

1.0.0

1.0.0.0 https://github.com/surrealcristian/simple-snmp-php

Interfaces and classes that describes a SNMP client.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Cristian Cabrera

interface snmp