besimple / soap
Build and consume SOAP and WSDL based web services
Installs: 554 016
Dependents: 4
Suggesters: 0
Security: 0
Stars: 106
Watchers: 14
Forks: 137
Open Issues: 64
Requires
- php: >=5.3.0
- ext-curl: *
- ext-soap: *
- ass/xmlsecurity: ~1.0
- symfony/framework-bundle: ~2.0
- symfony/twig-bundle: ~2.0
- zendframework/zend-mime: 2.1.*
Requires (Dev)
- ext-mcrypt: *
- mikey179/vfsstream: ~1.0
- symfony/filesystem: ~2.0
- symfony/process: ~2.3
Replaces
- besimple/soap-bundle: v0.2.6
- besimple/soap-client: v0.2.6
- besimple/soap-common: v0.2.6
- besimple/soap-server: v0.2.6
- besimple/soap-wsdl: v0.2.6
README
Build SOAP and WSDL based web services
Components
BeSimpleSoap consists of five components ...
BeSimpleSoapBundle
The BeSimpleSoapBundle is a Symfony2 bundle to build WSDL and SOAP based web services. For further information see the README.
BeSimpleSoapClient
The BeSimpleSoapClient is a component that extends the native PHP SoapClient with further features like SwA, MTOM and WS-Security. For further information see the README.
BeSimpleSoapCommon
The BeSimpleSoapCommon component contains functionylity shared by both the server and client implementations. For further information see the README.
BeSimpleSoapServer
The BeSimpleSoapServer is a component that extends the native PHP SoapServer with further features like SwA, MTOM and WS-Security. For further information see the README.
BeSimpleSoapWsdl
For further information see the README.
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": "0.2.*@dev" } }
Now you are ready to install the library:
php /usr/local/bin/composer.phar install