BeSimpleSoap/src/BeSimple/SoapCommon
Francis Besset b8f37d213e Fixed version besimple/soap-* version in README's 2013-10-30 16:49:47 +01:00
..
Converter Reorganized directories structure 2013-07-19 17:01:55 +02:00
Definition Fixed ComplexType without alias name 2013-10-17 13:51:31 +02:00
Mime Reorganized directories structure 2013-07-19 17:01:55 +02:00
Tests [SoapCommon] Added assert instance of Part in ParserTest.php 2013-07-19 19:18:34 +02:00
Type Reorganized directories structure 2013-07-19 17:01:55 +02:00
Util Reorganized directories structure 2013-07-19 17:01:55 +02:00
.gitignore Reorganized directories structure 2013-07-19 17:01:55 +02:00
AbstractSoapBuilder.php Fixed CS 2013-10-17 13:48:02 +02:00
Cache.php Reorganized directories structure 2013-07-19 17:01:55 +02:00
Classmap.php Reorganized directories structure 2013-07-19 17:01:55 +02:00
FilterHelper.php Reorganized directories structure 2013-07-19 17:01:55 +02:00
Helper.php Reorganized directories structure 2013-07-19 17:01:55 +02:00
README.md Fixed version besimple/soap-* version in README's 2013-10-30 16:49:47 +01:00
SoapKernel.php Reorganized directories structure 2013-07-19 17:01:55 +02:00
SoapMessage.php Reorganized directories structure 2013-07-19 17:01:55 +02:00
SoapRequest.php Reorganized directories structure 2013-07-19 17:01:55 +02:00
SoapRequestFilter.php Reorganized directories structure 2013-07-19 17:01:55 +02:00
SoapResponse.php Reorganized directories structure 2013-07-19 17:01:55 +02:00
SoapResponseFilter.php Reorganized directories structure 2013-07-19 17:01:55 +02:00
WsSecurityKey.php Reorganized directories structure 2013-07-19 17:01:55 +02:00
WsdlHandler.php Reorganized directories structure 2013-07-19 17:01:55 +02:00
composer.json Updated composer.json 2013-10-30 16:35:17 +01:00
phpunit.xml.dist Reorganized directories structure 2013-07-19 17:01:55 +02:00

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