Download the PHP package aiddroid/probe without Composer
On this page you can find all versions of the php package aiddroid/probe. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package probe
System Information Provider
This package provide an easy interface to get information about system it is running on.
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
- Linux
- Windows
- MacOS
Note: To get Windows System Information, you hould have php_com_dotnet.dll
enabled in your php.ini
.
Linux Specific methods
- getCoresPerSocket()
- getCpuinfoByLsCpu()
Contributing
I don't have any special rules for it. Any help in any way will be useful.
TODO
- disk usage
- rx/tx
- processes list
All versions of probe with dependencies
PHP Build Version
Package Version
No informations.
The package aiddroid/probe contains the following files
Loading the files please wait ....