LaravelPackages.net
Acme Inc.
Toggle sidebar
gadixsystem/systeminformation

Simple package to read system information

4.254
1
2.0.0
About gadixsystem/systeminformation

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

System Informatiom

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!

Comments