July 9, 2021 . 1 MIN READ
EC2 server Fatal error: Class ‘SoapClient’ not found soap
https://stackoverflow.com/questions/27220857/soap-on-amazon-aws-how-to-run-it
https://stackoverflow.com/questions/11391442/fatal-error-class-soapclient-not-found
For AWS (RHEL):
sudo yum install php56-soap
(56 here is 5.6 PHP version – put your version here).
service httpd restart