pimcore / system-info-bundle
Pimcore System Info & Tools Bundle that provides additional tools for checking System information.
Installs: 85 440
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 12
Forks: 1
Open Issues: 0
Type:pimcore-bundle
Requires
- php: ^8.1
- amnuts/opcache-gui: ^3.0.1
- pimcore/pimcore: ^11.0
Requires (Dev)
- phpstan/phpstan: 1.10.5
- phpstan/phpstan-symfony: ^1.2.20
This package is auto-updated.
Last update: 2024-11-02 09:30:29 UTC
README
System Info & Tools bundle provides additional tools for checking system information in Pimcore Admin UI.
Tools:
PHP Info
A simple interface that implement phpinfo()
to provide PHP installation information.
You can check via Admin UI Tools
/ System Info & Tools
/ PHP Info
menu.
PHP OPcache Status
A clean interface based on amnuts/opcache-gui
for
Zend OPcache information, showing statistics, settings and cached files, and providing a real-time update
for the cache information.
You can check via Admin UI Tools
/ System Info & Tools
/ PHP OPcache Status
menu.