dev-develop
dev-develop https://github.com/raindropdevsSymfony Raindrop SoapBundle
MIT
The Requires
soap wsdl
dev-master
9999999-dev https://github.com/raindropdevsSymfony Raindrop SoapBundle
MIT
The Requires
soap wsdl
Symfony Raindrop SoapBundle
This bundle adds support for SOAP and WSDL based web services., (*2)
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)
Symfony Raindrop SoapBundle
MIT
soap wsdl
Symfony Raindrop SoapBundle
MIT
soap wsdl