PHPackages                             raindrop/soap-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. raindrop/soap-bundle

ActiveSymfony-bundle[API Development](/categories/api)

raindrop/soap-bundle
====================

Symfony Raindrop SoapBundle

440PHP

Since May 19Pushed 13y ago3 watchersCompare

[ Source](https://github.com/raindropdevs/RaindropSoapBundle)[ Packagist](https://packagist.org/packages/raindrop/soap-bundle)[ RSS](/packages/raindrop-soap-bundle/feed)WikiDiscussions develop Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

Raindrop Soap Bundle
====================

[](#raindrop-soap-bundle)

[![Build Status](https://camo.githubusercontent.com/5eaba67f0ceaa86d45efbd67147e67964b554bc4acdbd559963193888684f3f7/68747470733a2f2f7472617669732d63692e6f72672f7261696e64726f70646576732f5261696e64726f70536f617042756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/raindropdevs/RaindropSoapBundle)

This bundle adds support for SOAP and WSDL based web services.

### **INSTALLATION**:

[](#installation)

First add the dependency to your composer.json` file:

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

```

Then install the bundle with the command:

```
php composer.phar update

```

Enable the bundle in your application kernel:

```
