PHP Package: loophp/phposinfo

PHP library for retrieving detailed information about the host operating system. It provides functions to access system-level details easily and efficiently.

Current Version: 1.8.0
Last Updated: 2022-12-20
PHP Requirement: ^8
Dependencies:
loophp/phposinfo-dependency
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

PHPosInfo is a versatile PHP library designed to offer developers a comprehensive set of tools for gathering key details about the host operating system. By leveraging this library, you can access a wide range of system-level information, aiding in various development tasks and system analysis.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.8.0

Download Download v1.8.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/loophp/phposinfo/1.8.0/loader.php';
require_once 'libs/loophp/phposinfo-dependency/{lib_version}/loader.php';

use Loophp\PHPosInfo\PHPosInfo;

$obj = new PHPosInfo();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.