Download the PHP package wimil/ginfo without Composer
On this page you can find all versions of the php package wimil/ginfo. 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 ginfo
Ginfo - Server stats library
Ginfo is a:
- Extensible, easy (composer) to use PHP Library to get extensive system stats programmatically from your PHP app
Fork changes:
- drop ui
- drop internationalization
- drop bsd* support (sorry, I will not be able to support)
- drop dhcp3 support
- drop dnsmasq support
- drop php libvirt support
- drop lxd support
- no need
COM
extension on Windows, but need powershell - minimal windows 10 support
- adapt the code to modern standards
- minimal php version 7.1.3
- add selinux status info
- add php info (basic, opcache, apcu)
Installation:
Example:
Runs on
- Linux
- Windows >= 10
Information reported
- CPU type/speed; Architecture
- Mount point usage
- Hard/optical/flash drives
- Hardware devices (PCI) (linux: need
pciutils
) - USB devices (linux: need
usbutils
) - Network devices and stats
- Uptime
- Memory usage (physical and swap, linux: need
free
) - Temperatures/voltages/fan speeds (linux: need
hddtemp
as daemon,mbmon
as daemon,sensors
(part oflm-sensors
),hwmon
,acpi themal zone
,nvidia-smi
,ipmitool
) - RAID arrays (linux: need
mdadm
) - Motherboard (linux: need
dimedecode
) - Processes
- Systemd services (linux: need
systemctl
) - logged users (linux: need
who
) - UPS status (linux: need
apcaccess
) - Printer status (linux: need
lpstat
) - Samba status (linux: need
smbstatus
) - Selinux status (linux: need
sestatus
) - PHP (basic info,
opcache
,apcu
)
System requirements:
- PHP >= 7.1.3
- pcre extension
- proc_open
Windows
- You need to have
powershell
- Allow execute ps1 scripts
Set-ExecutionPolicy RemoteSigned –Force
Linux
/proc
and/sys
mounted and readable by PHP- Tested with the 2.6.x/3.x/4.x kernels
All versions of ginfo with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.3
ext-pcre Version *
ext-mbstring Version *
ext-json Version *
symfony/process Version ^4.4|^5.0
ext-pcre Version *
ext-mbstring Version *
ext-json Version *
symfony/process Version ^4.4|^5.0
The package wimil/ginfo contains the following files
Loading the files please wait ....