Simple package to read system information
gadixsystem/systeminformation is a Laravel package for simple package to read system information.
It currently has 1 GitHub stars and 4.254 downloads on Packagist (latest version 2.0.0).
Install it with composer require gadixsystem/systeminformation.
Discover more Laravel packages by gadixsystem
or browse all Laravel packages to compare alternatives.
Last updated
Simple package to get information about your Linux Os using PHP.
From your command line run:
composer test
From your command line run:
composer require gadixsystem/systeminformation
Register the provider Laravel Version <= 5.8 In config/app.php add the follow line:
'providers' => [
//System Information
gadixsystem\systeminformation\SystemInformationServiceProvider::class,
]
Laravel Version >= 5.8 Enjoy!