artemalexeev/systeminfo

Package shows system info of your PHP project

Maintainers

Package info

github.com/ArtemAlexeev/systeminfo

pkg:composer/artemalexeev/systeminfo

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.0 2026-02-06 12:17 UTC

This package is auto-updated.

Last update: 2026-04-06 12:37:40 UTC


README

Description

For now shows only opcache status information.

Install

  • Use composer:
  • composer require artemalexeev/systeminfo
    

Usage

For getting opcache status information you can use the following code:

use ArtemAlieksieiev\SystemInfo\OpcacheStatus;

(new OpcacheStatus())->display();

Or for real example check examples/opcache_demo.php file.