Web DevelopmentPHPTroubleshootingOn this pagePHP TroubleshootingTwitterLinkedInFacebookEmailChecking if php module is installed or not php -r 'echo "imagick is ".(extension_loaded("imagick")?"":"not ")."installed\n";'