Stars: 356
Forks: 78
Pull Requests: 72
Issues: 59
Watchers: 20
Last Updated: 2023-08-09 20:10:08
Linfo PHP Server Health Status
License: MIT License
Languages: JavaScript, PHP, CSS, Shell, Dockerfile, Sass
Interested in contributing? Check out Development Readme
See: Enabling ncurses
composer require linfo/linfo
<?php
$linfo = new \Linfo\Linfo;
$parser = $linfo->getParser();
var_dump($parser->getCPU()); // and a whole lot more
sample.config.inc.php
to config.inc.php
, after optionally changing values in it?out=json
- JSON output?out=jsonp&callback=functionName
- JSON output with a function callback. (Look here: http://www.json-p.org/ )?out=php_array
- PHP serialized associative array?out=html
- Usual lightweight HTML (default)Set $settings['show_errors'] = true;
in config.inc.php
to yield useful error messages.
This project is dedicated to the memory of Eric Looper.