gadixsystem/systeminformation

Simple package to read system information

Installs: 3 321

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/gadixsystem/systeminformation

2.0.0 2022-03-25 19:11 UTC

This package is auto-updated.

Last update: 2025-09-26 03:21:20 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!