Nusoap Save

:smirk: Fixed NuSOAP for PHP 5.6 - 8.2

Project README

NuSOAP

NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala. It is a set of PHP classes - no PHP extensions required - that allow developers to create and consume web services based on SOAP 1.1, WSDL 1.1 and HTTP 1.0/1.1.

🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x

All credits belongs to official authors, take a look at sourceforge.net/projects/nusoap/


Info

Installation

To install this library use Composer.

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

Development

See how to contribute to this package.

This package is currently maintained by these authors.


Consider to support f3l1x. Also thank you for using this package.

Open Source Agenda is not affiliated with "Nusoap" Project. README Source: f00b4r/nusoap
Stars
314
Open Issues
50
Last Commit
3 months ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating