Skip to content

NatLibFi/BeSimpleSoap

 
 

Repository files navigation

BeSimpleSoap

Forked from https://github.com/smartboxgroup/BeSimpleSoap.

Build SOAP and WSDL based web services

Latest Stable Version Minimum PHP Version CI

Components

BeSimpleSoap consists of five components as described below.

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": {
        "natlibfi/besimple-soap": "dev-main"
    }
}

Now you are ready to install the library:

php /usr/local/bin/composer.phar install

About

Build SOAP and WSDL based web services

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 96.7%
  • Python 1.6%
  • Other 1.7%