https://github.com/pimcore/system-info-bundle
System Info & Tools community bundle provides additional tools for checking system information for Pimcore.
https://github.com/pimcore/system-info-bundle
Last synced: 10 months ago
JSON representation
System Info & Tools community bundle provides additional tools for checking system information for Pimcore.
- Host: GitHub
- URL: https://github.com/pimcore/system-info-bundle
- Owner: pimcore
- License: other
- Created: 2023-01-23T14:45:51.000Z (over 3 years ago)
- Default Branch: 2.x
- Last Pushed: 2025-08-05T16:36:48.000Z (10 months ago)
- Last Synced: 2025-08-05T18:29:39.309Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 86.9 KB
- Stars: 5
- Watchers: 9
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Pimcore System Info & Tools
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`](https://github.com/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.