econea/nusoap

Fixed NuSOAP for PHP 5.4 - 8.2

Fund package maintenance!
f3l1x

Installs: 3 199 857

Dependents: 33

Suggesters: 0

Security: 0

Stars: 307

Watchers: 23

Forks: 358

Open Issues: 48

v0.9.17 2024-01-25 09:08 UTC

README

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/

68747470733a2f2f62616467656e2e6e65742f6769746875622f636865636b732f70776e6c6162732f6e75736f61702f6d61737465723f63616368653d333030 68747470733a2f2f62616467656e2e6e65742f636f766572616c6c732f632f6769746875622f70776e6c6162732f6e75736f61703f63616368653d333030 68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f646d2f65636f6e65612f6e75736f6170 68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f64742f65636f6e65612f6e75736f6170 68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f65636f6e65612f6e75736f6170

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.

538058?v=3&s=80

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