If you have access to the command line in your field; either use the OS package management system, or run php -m , which should indicate all installed modules that PHP knows about. Any module that has been installed but not registered as an extension in php.ini or elsewhere will not be displayed.
EDIT
It should be noted that running this command will only indicate which extensions are included for the CLI binary / configuration code. This is usually, but it may not always coincide with what included binary / config Apache / FPM
source share