Download the PHP package vanderth/laravel-snmp without Composer
On this page you can find all versions of the php package vanderth/laravel-snmp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vanderth/laravel-snmp
More information about vanderth/laravel-snmp
Files in vanderth/laravel-snmp
Package laravel-snmp
Short Description SNMP Package for query network with extending php-snmp, compatible with Laravel Framework
License MIT
Informations about the package laravel-snmp
Laravel SNMP Poller Package
This Laravel package allows you to run SNMP queries to the snmp-agent of network hosts through laravel applications.
Before you run any SNMP query in your Laravel application, you must install snmp in the operating system and enable the PHP extension ext-php in the php.ini to make queries.
- Laravel SNMP Poller Package
- Installation
- Requirements
- Composer Install
- Publish vendor assets
- Usage
- Single SNMP Poller class
- Multiple SNMP Pollers classes
- Testing
- TODO
- Changelog
- Security
- Standards
- Credits
- License
Installation
Requirements
At the Operating System level, you need to install net-snmp.
Debian
Centos / RHEL
At php.ini enable the extension ext-php.
Composer Install
You can install the package via composer:
Publish vendor assets
Running this command, you can publish the vendor assets. This allows to modify the default package configuration.
Usage
Single SNMP Poller class
The output of an SNMP query to the snmp-agent of a network host with a single SNMP Poller class returns an array of objects with the data inside the data field.
Note: For demonstration purposes, all ports between 3 and 22 have been removed from the output of the query.
Multiple SNMP Pollers classes
The output of an SNMP query to the snmp-agent of a network host with multiple SNMP Poller classes returns an array of objects with the data inside the data field.
Note: For demonstration purposes, all ports between 3 and 22 have been removed from the output of the query.
Testing
For running the tests, in the console run:
TODO
- Add method toArray result of snmp
- and more...
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Standards
The php package IPv4 Address Converter, comply with the next standards:
Credits
This package based on snmp-poller
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-snmp with dependencies
ext-snmp Version *
illuminate/console Version ^10.0|^11.0
illuminate/database Version ^10.0|^11.0
illuminate/support Version ^10.0|^11.0