PHP code example of abhi1693 / yii2-system-info

1. Go to this page and download the library: Download abhi1693/yii2-system-info library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

abhi1693 / yii2-system-info example snippets


{
    "  "abhi1693/yii2-system-info": "@dev"
    }
}

use abhimanyu\systemInfo\SystemInfo;

// Get the class to work with the current operating system
$system = SystemInfo::getInfo();

// Captain Obvious was here
$system::getHostname();

[COM_DOT_NET] 
extension=php_com_dotnet.dll 
bash
$ php composer.phar update