PHPackages                             laramall/laravel-system-info - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. laramall/laravel-system-info

ActivePackage[Utility &amp; Helpers](/categories/utility)

laramall/laravel-system-info
============================

查看服务器所有信息 system info

v1.0.3(8y ago)321.0k5[1 issues](https://github.com/bluetoothswh/LaravelSystemInfo/issues)1MITPHPPHP &gt;=7.0

Since Oct 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/bluetoothswh/LaravelSystemInfo)[ Packagist](https://packagist.org/packages/laramall/laravel-system-info)[ Docs](https://github.com/bluetoothswh/LaravelSystemInfo.git)[ RSS](/packages/laramall-laravel-system-info/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (5)Used By (1)

LaravelSystemInfo
=================

[](#laravelsysteminfo)

显示服务器相关信息

网址：[larashuo.com](https://larashuo.com)

显示截图
----

[](#显示截图)

[![](https://camo.githubusercontent.com/937df2b4123689c6ddc202c157bee363ede8e7b4ab5b28186c944897c2438679/68747470733a2f2f6c6172617669702e636f6d2f6769746875622f6465736b746f702e706e67)](https://camo.githubusercontent.com/937df2b4123689c6ddc202c157bee363ede8e7b4ab5b28186c944897c2438679/68747470733a2f2f6c6172617669702e636f6d2f6769746875622f6465736b746f702e706e67)

安装
--

[](#安装)

```
//Laravel 5.5
composer require laramall/laravel-system-info

//Laravel5.1 ~ 5.4
需要在 config/app.php的 $providers数组中添加

LaraMall\Admin\Sysinfo\SysinfoServiceProvider::class,

$aliases数组中添加

'Sysinfo'=>LaraMall\Admin\Sysinfo\Facades\Sysinfo::class,

```

系统要求
----

[](#系统要求)

```
Laravel >=5.1

```

使用
--

[](#使用)

```
//获取服务器信息
Sysinfo::server();

//获取cpu信息
Sysinfo::cpu();

//获取总内存信息
Sysinfo::memory();

//获取laravel的版本信息
Sysinfo::laraver();

//获取时区信息
Sysinfo::timezone();

//是否为PHP安全模式
Sysinfo::safeMode();

//最大上传文件大小
Sysinfo::upload_max_filesize();

//获取mysql信息
Sysinfo::mysql();

//获取php版本信息
Sysinfo::php() ;

//获取服务器ip
Sysinfo::ip();

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

3120d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd59b40bf5c018823781f0f3425f6c1d3b0f4bd49f8776196d8501a615a0baf6?d=identicon)[bluetoothswh](/maintainers/bluetoothswh)

---

Top Contributors

[![bluetoothswh](https://avatars.githubusercontent.com/u/7559687?v=4)](https://github.com/bluetoothswh "bluetoothswh (9 commits)")

---

Tags

system infolaravel55laravle

### Embed Badge

![Health badge](/badges/laramall-laravel-system-info/health.svg)

```
[![Health](https://phpackages.com/badges/laramall-laravel-system-info/health.svg)](https://phpackages.com/packages/laramall-laravel-system-info)
```

###  Alternatives

[matriphe/larinfo

Display system information (IP address, OS, versions) for Laravel.

4739.9k3](/packages/matriphe-larinfo)[davidgorges/color-contrast

A tiny library to find color combinations with a contrast threshold

10550.4k](/packages/davidgorges-color-contrast)[rovangju/carbon-nbd

Carbon DateTime extension to calculate the "next business day"

2125.4k](/packages/rovangju-carbon-nbd)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
