PHP code example of kingzeus / yii2-system-info
1. Go to this page and download the library: Download kingzeus/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/ */
kingzeus / yii2-system-info example snippets
{
""kingzeus/yii2-system-info": "1.0.x"
}
}
// 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