2017 © Pedro PelĂĄez
 

symfony-bundle nusoap-bundle

Symfony2/3 bundle for NuSOAP - SOAP Toolkit for PHP with PHP 7 support

image

manoakys/nusoap-bundle

Symfony2/3 bundle for NuSOAP - SOAP Toolkit for PHP with PHP 7 support

  • Friday, June 23, 2017
  • by manoakys
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,122 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 20 Forks
  • 0 Open issues
  • 3 Versions
  • 16 % 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 manoakys/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

23/06 2017

dev-master

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

Symfony2/3 bundle for NuSOAP - SOAP Toolkit for PHP with PHP 7 support

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

symfony soap noiselabs manoakys

23/06 2017

0.2.4

0.2.4.0 https://github.com/manoakys/NoiselabsNuSOAPBundle

Symfony2/3 bundle for NuSOAP - SOAP Toolkit for PHP with PHP 7 support

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

symfony soap noiselabs manoakys

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