How do I install Soap?
I got this error:
Fatal error: Class \'SoapClient\' not found in /home/user/mysite.com/path/to/file.php on line 16
In ubuntu to install php_soap on PHP7 use below commands. Reference
php_soap
sudo apt-get install php7.0-soap sudo systemctl restart apache2.service
For older version of php use below command and restart apache.
apt-get install php-soap