2017 © Pedro Peláez
 

symfony-bundle soap-bundle

Symfony Raindrop SoapBundle

image

raindrop/soap-bundle

Symfony Raindrop SoapBundle

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Raindrop Soap Bundle

Build Status, (*1)

This bundle adds support for SOAP and WSDL based web services., (*2)

INSTALLATION:

First add the dependency to your composer.json` file:, (*3)

"require": {
    ...
    "raindrop/soap-bundle": "dev-master"
},

Then install the bundle with the command:, (*4)

php composer.phar update

Enable the bundle in your application kernel:, (*5)

``` php <?php // app/AppKernel.php, (*6)

public function registerBundles() { $bundles = array( // ... new Raindrop\SoapBundle\RaindropSoapBundle(), ); } ```, (*7)

Now the bundle is enabled., (*8)

The Versions

19/05 2013
19/05 2013