This plugin provides a clean, Bootstrap-powered overview of all PHP versions used across domains and subdomains on a DirectAdmin server.
Features:
- A summary table of the php versions in use with total counts and usage percentages
- A detailed breakdown per (sub)domain
- Search (row or column) and column sorting
- Dark mode adhering to EVO theme settings
- Direct links to user accounts
- Admin & Reseller views
This plugin is a modernised fork of the original PHP Version List Extended (v1.8.0) by RealityHost.
Original source: https://bitbucket.org/wavoe/phpversionlist/src/master/
This fork is not affiliated with or endorsed by the original author.
Special thanks to RealityHost for creating the original plugin from which this work is derived.
This version includes substantial rewrites and enhancements to support modern DirectAdmin versions, dynamic PHP version discovery, and improved UI/UX.
- Improved installer and update script to check for correct folder name in case the package was renamed.
- Added Sorting and Search (column|row) options to the domains table
- Fixed subdomain detection
- Improved layout to always be 100% width.
- Added dark mode support
- Added reseller column to admin view.
- Added 15 min caching to the API call for the system info (was slowing the page load down by 0.8 sec)
- Removed second PHP version selector (deprecated in current DA versions)
- Added subdomain detection and inheritance logic
- Removed hard-coded maximum PHP version logic — now fully dynamic
- Added reseller view (shows own account + created users)
- Extended statistics table with percentage column
- Added direct link to open user account from within plugin
- Improved visual hierarchy and Bootstrap integration
- Numerous internal cleanups and code modernisations
- DirectAdmin 1.648 or higher
- DirectAdmin over HTTPS (httpsocket uses SSL; port does not matter)
- PHP 7.4 and above
- CustomBuild 2.0 (for PHP version installation)
Log in as Admin in DirectAdmin and open the Plugin Manager.
Click Add, then enter the package URL:
https://raw.githubusercontent.com/TLWebdesign/PHP-Version-List-Extended/refs/heads/master/php_version_list_extended.tar.gz
Fill in the required fields and install.
Ensure all files in the scripts directory use LF line endings.
tar czvf php_version_list_extended.tar.gz \
--exclude='.*' \
--exclude='version.html' \
--exclude='php_version_list_extended.tar.gz' \
*