gadixsystem/systeminformation

Simple package to read system information

2.0.0 2022-03-25 19:11 UTC

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!