The BeSimpleSoapCommon component contains functionality shared by both the server and client implementations.
- Common interfaces for SoapClient and SoapServer input/output processing flow
- MIME parser for SwA and MTOM implementation
- Soap type converters
If you do not yet have composer, install it like this:
curl -s http://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin
Create a composer.json
file:
{
"require": {
"lexxxurio/besimple-soap-common": "dev-master"
}
}
Now you are ready to install the library:
php /usr/local/bin/composer.phar install