Installing PHP SOAP – Need soapclient?

The tutorial below explains how to install Soapclient for PHP in a Linux system which is showing that this is not included. This may, for our clients, show up in your WooCommerce status page, and some plugins rely upon this to go about their business. The commands below will allow sysadmin to get this installed.

If you need SOAP in your PHP applications, and you have a system which doesn’t currently contain the correct tools, like an AWS EC2 instance you’ve just installed, you could be looking for the simple command you need in order to install PHP soap.

The following Yum command will do just that on Centos / AWS Linux setups:
sudo yum install php-soap
You will need to agree to the installation. If you don’t want to take the extra time to press “yes” the following will do it:
sudo -i
yum install php-soap -y

If the above commands have helped out your day, feel free to leave a pleasant comment below to brighten ours!

2 thoughts on “Installing PHP SOAP – Need soapclient?”

Leave a Reply to Robin Scott Cancel reply

No links of any kind allowed in comments - if you add any links, your comment will automatically be deleted.