Do it your self hobby code

How to install PHP INTL extension module

The optional module, intl, is not installed, or has been disabled. This is a message show on a WordPress site health check.

install php intl extension module

How to install this php module. You need to have access to your server via ssh. Here is the command to install.


sudo apt-get update


sudo apt-get install php-intl

sudo service apache2 restart

After the service restart you should have this result.

Leave a Comment

Your email address will not be published.