linfo/laravel

This is a Laravel 5 Wrapper for the linfo package from jrgp
2,631 6
Install
composer require linfo/laravel
Latest Version:v3.1.1
PHP:^7.3
License:MIT
Last Updated:May 31, 2021
Links: GitHub  ·  Packagist
Maintainer: jrgp

Laravel Linfo

Latest Version MIT License Offset Earth

GitHub Workflow Status StyleCI Total Downloads

This is a Laravel 5 Wrapper for the linfo package from jrgp - https://github.com/jrgp/linfo

Installation

composer require linfo/laravel

Publish config file linfo.php by running this command.

php artisan vendor:publish --provider="Linfo\Laravel\LinfoServiceProvider"

Usage

You can use the function like this.

use Linfo\Laravel\Linfo;

$linfo = new Linfo();

$os = $linfo->os; // string
$kernel = $linfo->kernel; // string
$model = $linfo->model; // string
$ram = $linfo->ram; // array
$cpu = $linfo->cpu; // array
$arc = $linfo->cpuarchitecture; // string

You can see other data using dump($linfo) or var_dump($linfo)

Testing

composer test

Contributing

Please see CONTRIBUTING for details. You could also be interested in CODE OF CONDUCT.

Security

If you discover any security related issues, please check SECURITY for steps to report it.

Credits

License

The MIT License (MIT). Please see License File for more information.

Treeware

You're free to use this package, but if it makes it to your production environment I would highly appreciate you buying the world a tree.

It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you contribute to my forest you’ll be creating employment for local families and restoring wildlife habitats.

You can buy trees at offset.earth/treeware

Read more about Treeware at treeware.earth

Related Packages

towerhouse/healthmeasures-laravel

This library works as a laravel or lumen interface for the package towerhouse/he...

4 1
andrewdalpino/laravel-health

A configurable Laravel and Lumen health checking API for microservices.

10 3
pragmarx/health

Laravel Server & App Health Monitor and Notifier

1,049,216 1,968
fab2s/yaetl

Widely Extended Nodal Extract-Transform-Load ETL Workflow AKA NEJTL or Nodal-Ext...

198,569 65
nosh2/nosh2

NOSH ChartingSystem.

1,170 77