2017 © Pedro PelĂĄez
 

symfony-bundle nusoap-bundle

Symfony2 bundle for NuSOAP - SOAP Toolkit for PHP

image

noiselabs/nusoap-bundle

Symfony2 bundle for NuSOAP - SOAP Toolkit for PHP

  • Monday, May 16, 2016
  • by noiselabs
  • Repository
  • 5 Watchers
  • 21 Stars
  • 163,767 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 20 Forks
  • 3 Open issues
  • 6 Versions
  • 6 % Grown

The README.md

NoiselabsNuSOAP

Symfony2 bundle for NuSOAP - SOAP Toolkit for PHP., (*1)

Latest Stable Version Total Downloads Latest Unstable Version Build Status License, (*2)

Requirements

Installation (Composer)

0. Install Composer

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:, (*3)

``` bash curl -s http://getcomposer.org/installer | php, (*4)


### 1. Download the Bundle Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle: $ composer require noiselabs/nusoap-bundle ### 2. Enable the Bundle Then, enable the bundle by adding the following line in the app/AppKernel.php file of your project: ```php // app/AppKernel.php class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new NoiseLabs\Bundle\NuSOAPBundle\NoiseLabsNuSOAPBundle(), ); // ... } }

Usage

$client = new \nusoap_client('http://example.com/url/to/some/valid.wsdl', true);

$response = $client->call('someSOAPMethod', array('param1'=>'foo', 'param2'=>'bar'));

The Versions

16/05 2016

dev-master

9999999-dev https://github.com/noiselabs/NoiselabsNuSOAPBundle

Symfony2 bundle for NuSOAP - SOAP Toolkit for PHP

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

symfony soap noiselabs

16/05 2016

0.2.2

0.2.2.0 https://github.com/noiselabs/NoiselabsNuSOAPBundle

Symfony2 bundle for NuSOAP - SOAP Toolkit for PHP

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

symfony soap noiselabs

19/05 2015

dev-develop

dev-develop https://github.com/noiselabs/NoiselabsNuSOAPBundle

Symfony2 bundle for NuSOAP - SOAP Toolkit for PHP

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

symfony soap noiselabs

19/05 2015

0.2.1

0.2.1.0 https://github.com/noiselabs/NoiselabsNuSOAPBundle

Symfony2 bundle for NuSOAP - SOAP Toolkit for PHP

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

symfony soap noiselabs

18/05 2015

0.2.0

0.2.0.0 https://github.com/noiselabs/NoiselabsNuSOAPBundle

Symfony2 bundle for NuSOAP - SOAP Toolkit for PHP

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

symfony soap noiselabs

28/05 2014

0.1.0

0.1.0.0 https://github.com/noiselabs/NoiselabsNuSOAPBundle

Symfony2 bundle for NuSOAP - SOAP Toolkit for PHP

  Sources   Download

LGPL-3.0

The Requires

 

symfony soap noiselabs