Skip to content
forked from f00b4r/nusoap

Fixed NuSOAP for PHP 5.5 - 7.0

Notifications You must be signed in to change notification settings

konadrian/nusoap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

NuSOAP for PHP 5.5 - 7.0

Downloads total Latest stable

Fork of NuSOAP fixed for PHP 5.5, 5.6 and 7.0 (tested).

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

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);

About

Fixed NuSOAP for PHP 5.5 - 7.0

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • PHP 100.0%