2017 © Pedro Peláez
 

library nusoap

NuSOAP fixed for PHP 5.4 - 7.1

image

ne0bot/nusoap

NuSOAP fixed for PHP 5.4 - 7.1

  • Friday, March 2, 2018
  • by ne0bot
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 110 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

NuSOAP for PHP 5.4 - 7.1

Downloads total Latest stable, (*1)

Fork of NuSOAP fixed for PHP 5.4, 5.5, 5.6, 7.0 and 7.1 (tested)., (*2)

All credits belongs to official author(s): http://nusoap.sourceforge.net., (*3)

Discussion / Help

Join the chat, (*4)

Install

$ composer require econea/nusoap

Usage

// Config
$client = new nusoap_client('example.com/api/v1', 'wsdl');
$client->soap_defencoding = 'UTF-8';
$client->decode_utf8 = FALSE;

// Calls
$result = $client->call($action, $data);

The Versions

02/03 2018

dev-master

9999999-dev

NuSOAP fixed for PHP 5.4 - 7.1

  Sources   Download

LGPL-2.0

The Requires

  • php >=5.4

 

by Martin Macejkou Mates
by Jose Castro

soap nusoap