PHPackages                             netcore/module-system - 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. netcore/module-system

ActiveModule

netcore/module-system
=====================

v0.2.5(7y ago)01.7k[7 issues](https://github.com/netcore/module-system/issues)PHPPHP &gt;=5.5

Since Feb 16Pushed 7y ago4 watchersCompare

[ Source](https://github.com/netcore/module-system)[ Packagist](https://packagist.org/packages/netcore/module-system)[ RSS](/packages/netcore-module-system/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)DependenciesVersions (22)Used By (0)

System information
------------------

[](#system-information)

This module adds System section to the administration panel which contains useful system information and logs

Pre-installation
----------------

[](#pre-installation)

This package is part of Netcore CMS ecosystem and is only functional in a project that has following packages installed:

If you want to enable network usage statistics, you should first install "ifstat" on your server

**sudo apt-get install ifstat**

Installation
------------

[](#installation)

Require this package with composer:

```
composer require netcore/module-system

```

Publish config, assets, migrations. Migrate and seed:

```
php artisan module:publish System
php artisan module:publish-migration System
php artisan migrate
php artisan module:seed System

```

Usage
-----

[](#usage)

System section: [![Menus](https://camo.githubusercontent.com/68a2e3ded6175c5002e4c572de6ce9e06e7bc1fe7df0770c783fca9784fd16f8/68747470733a2f2f7777772e64726f70626f782e636f6d2f732f69637374757536346a68726e7263372f53637265656e73686f74253230323031382d30322d313625323031382e32352e34342e706e673f7261773d31)](https://camo.githubusercontent.com/68a2e3ded6175c5002e4c572de6ce9e06e7bc1fe7df0770c783fca9784fd16f8/68747470733a2f2f7777772e64726f70626f782e636f6d2f732f69637374757536346a68726e7263372f53637265656e73686f74253230323031382d30322d313625323031382e32352e34342e706e673f7261773d31)

You can access the system functionality with core()

Get current server information

```
core()->systemInfo();
```

Get current users browser

```
core()->browser();
```

Get current users operating system

```
core()->os();
```

Get current users IP

```
core()->userIp();
```

Useful log functions

```
core()->error();
```

```
core()->warning();
```

```
core()->info();
```

```
core()->debug();
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 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 ~6 days

Total

21

Last Release

2885d ago

### Community

Maintainers

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

---

Top Contributors

[![speekadievs](https://avatars.githubusercontent.com/u/13509181?v=4)](https://github.com/speekadievs "speekadievs (18 commits)")

### Embed Badge

![Health badge](/badges/netcore-module-system/health.svg)

```
[![Health](https://phpackages.com/badges/netcore-module-system/health.svg)](https://phpackages.com/packages/netcore-module-system)
```

PHPackages © 2026

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