Information about your server.
- Linux
- Windows
- BSD
- Macintosh
- getName
- getVersion
- getHostname
- getArchitecture
- getUptime
// Get the class to work with the current operating system
$system = Server::getInfo();
// Captain Obvious was here
$system::getName();
$system::getVersion();
...
$system::getUptime();
"require": {
...
"intpp/system-info": "*"
},