How to Check What PHP Modules are Installed

From the command line, you can quickly check what PHP modules are installed.

List PHP Modules:

php -m

This command will list out all the enabled PHP modules you currently have installed. If you would like to filter the results, you can grep the results.

Filter PHP Modules List:

php -m | grep -i ftp

 


Thanks for reading. Make sure you follow me on Twitter to stay up to date on the progress of my side projects T.LYWeather Extension, and Link Shortener Extension. If you are interested in the tech I use daily, check out my uses page.  

Leave a Reply

Your email address will not be published. Required fields are marked *