8db9b374e4 | ||
---|---|---|
.. | ||
Converter | ||
Definition | ||
Fault | ||
Mime | ||
SoapOptions | ||
Storage | ||
Tests | ||
Type | ||
Util | ||
.gitignore | ||
AttachmentsHandlerInterface.php | ||
Cache.php | ||
ClassMap.php | ||
FilterHelper.php | ||
Helper.php | ||
README.md | ||
SoapKernel.php | ||
SoapMessage.php | ||
SoapOptionsBuilder.php | ||
SoapRequest.php | ||
SoapRequestFactory.php | ||
SoapRequestFilter.php | ||
SoapResponse.php | ||
SoapResponseFilter.php | ||
WsSecurityFilterClientServer.php | ||
WsSecurityKey.php | ||
WsdlHandler.php | ||
composer.json | ||
phpunit.xml.dist |
README.md
BeSimpleSoapCommon
The BeSimpleSoapCommon component contains functionylity shared by both the server and client implementations.
Features
- Common interfaces for SoapClient and SoapServer input/output processing flow
- MIME parser for SwA and MTOM implementation
- Soap type converters
Installation
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": {
"besimple/soap-common": "0.2.*@dev"
}
}
Now you are ready to install the library:
php /usr/local/bin/composer.phar install