gadixsystem / systeminformation
Simple package to read system information
Installs: 2 848
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.4|^8.0
Requires (Dev)
- phpcompatibility/php-compatibility: ^9.3
- phpunit/phpunit: 9.5.x-dev
- squizlabs/php_codesniffer: ^3.6
This package is auto-updated.
Last update: 2025-06-26 02:52:29 UTC
README
Simple package to get information about your Linux Os using PHP.
Testing
From your command line run:
composer test
Installation:
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!