For now shows only opcache status information.
- Use composer:
-
composer require artemalexeev/systeminfo
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.