PHPackages                             aiddroid/probe - 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. aiddroid/probe

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

aiddroid/probe
==============

System information provider

0.2.1(11y ago)130MITPHP

Since Mar 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/aiddroid/probe)[ Packagist](https://packagist.org/packages/aiddroid/probe)[ RSS](/packages/aiddroid-probe/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

System Information Provider
===========================

[](#system-information-provider)

This package provide an easy interface to get information about system it is running on.

```
$provider = \probe\Factory::create();
$provider->getCpuModel();
$provider->getCpuUsage();
$provider->getFreeMem();
```

Available methods
-----------------

[](#available-methods)

- getOsRelease()
- getOsType();
- getOsKernelVersion();
- getArchitecture();
- getDbVersion(\\PDO $connection);
- getDbInfo(\\PDO $connection);
- getDbType(\\PDO $connection);
- getTotalMem();
- getFreeMem();
- getUsedMem();
- getTotalSwap();
- getFreeSwap();
- getUsedSwap();
- getHostname();
- isLinuxOs();
- isWindowsOs();
- isBsdOs();
- isMacOs();
- getUptime();
- getPhysicalCpus();
- getCpuCores();
- getCpuPhysicalCore();
- getCpuModel();
- getCpuUsage();
- getServerIP();
- getExternalIP();
- getServerSoftware();
- isISS();
- isNginx();
- isApache();
- getPhpInfo($what = -1);
- getPhpVersion();
- getPhpDisabledFunctions();
- getPhpModules();
- isPhpModuleLoaded($module);
- getPing(array $hosts = null, $count = 2);
- getServerVariable($key);
- getPhpSapiName();
- isFpm();
- isCli();

Supported OS
------------

[](#supported-os)

- Linux
- Windows
- MacOS

**Note**: To get Windows System Information, you hould have `php_com_dotnet.dll` enabled in your `php.ini`.

```
[COM_DOT_NET]
extension=php_com_dotnet.dll
```

Linux Specific methods
----------------------

[](#linux-specific-methods)

- getCoresPerSocket()
- getCpuinfoByLsCpu()

Contributing
------------

[](#contributing)

I don't have any special rules for it. Any help in any way will be useful.

TODO
----

[](#todo)

- disk usage
- rx/tx
- processes list

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~57 days

Total

3

Last Release

4026d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9811c4e5393d29339bc5f08612cd6babe69bd2276756a84668fae13fc444bcce?d=identicon)[aiddroid](/maintainers/aiddroid)

---

Top Contributors

[![TechKat](https://avatars.githubusercontent.com/u/6548963?v=4)](https://github.com/TechKat "TechKat (3 commits)")[![aiddroid](https://avatars.githubusercontent.com/u/3241146?v=4)](https://github.com/aiddroid "aiddroid (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aiddroid-probe/health.svg)

```
[![Health](https://phpackages.com/badges/aiddroid-probe/health.svg)](https://phpackages.com/packages/aiddroid-probe)
```

###  Alternatives

[setono/sylius-callout-plugin

Add callouts to your Sylius products

1056.6k](/packages/setono-sylius-callout-plugin)[joelwmale/livewire-quill

Easily add QuillJS with image support to any Laravel Livewire component.

1519.7k](/packages/joelwmale-livewire-quill)

PHPackages © 2026

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