Forrest logo
back to the php tool

php:extensions:list

Get a list of installed PHP extensions.
$ php -m
try on your machine

The command "php -m" is used to display the installed PHP modules or extensions that are currently enabled in the PHP configuration. This command lists the PHP modules that are compiled and installed on the server. It is an essential command for checking the installed PHP modules, compatibility issues with web applications, and troubleshooting the PHP environment.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the php tool