PHPackages                             wiardvanrij/serverinfo - 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. wiardvanrij/serverinfo

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

wiardvanrij/serverinfo
======================

Retreive serverinfo via SSH Wrapper

1.0.0(8y ago)425MITPHP

Since Oct 22Pushed 8y ago2 watchersCompare

[ Source](https://github.com/wiardvanrij/serverinfo)[ Packagist](https://packagist.org/packages/wiardvanrij/serverinfo)[ Docs](https://github.com/wiardvanrij/serverinfo)[ RSS](/packages/wiardvanrij-serverinfo/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Server information via PHP
==========================

[](#server-information-via-php)

Information
-----------

[](#information)

This libary uses the "ssh wrapper" :  as requirement

It provides out of the box functions to retrieve server information. Mostly used for webbased servers on a Linux operating system

Requirements
------------

[](#requirements)

Please read the sshwrapper library, you will need ssh2 php module.

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

[](#installation)

Via composer

```
{
    "require": {
        "wiardvanrij/serverinfo": "^0"
    }
}

```

or

```
composer require wiardvanrij/serverinfo

```

Usage
-----

[](#usage)

again please read the sshwrapper for those features

Require the autoloader and include the namespaces

```
