winardiaris/nusoap

Custom NuSOAP for PHP 5.6 - 7.3

v0.9.8.2 2020-07-27 09:34 UTC

This package is auto-updated.

Last update: 2024-03-27 18:20:35 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.

🕹 winardiaris

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

68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f77696e61726469617269732f6e75736f61702e7376673f7374796c653d666c61742d737175617265 68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f77696e61726469617269732f6e75736f61702e7376673f7374796c653d666c61742d737175617265 68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77696e61726469617269732f6e75736f61702e7376673f7374796c653d666c61742d737175617265 68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77696e61726469617269732f6e75736f61702e7376673f7374796c653d666c61742d737175617265

Versions

State Version Branch PHP
stable ~0.9.7.1 master >= 5.4
development dev-develop develop >= 5.6

Installation

To install this pkg use Composer.

composer require winardiaris/nusoap

Stable

Solid rock version is ~0.9.7.

composer require winardiaris/nusoap

Development

Total refactored version (split into more files, CI, etc).

{
  "require": {
    "econea/nusoap": "dev-develop"
  },
  "minimum-stability": "dev",
  "prefer-stable": true
}

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

Experimental

Take a look at develop branch. There will be new features and modernizations.

Minimal version is set to PHP 5.6.

composer require winardiaris/nusoap:dev-develop

Help

Join the chat

Maintainers

68747470733a2f2f7669612e706c616365686f6c6465722e636f6d2f333230783332303f746578743d4e75534f4150
NuSOAP
538058?v=3&s=150
Milan Felix Šulc
7648860?v=3&s=150
Aris Winardi

Thank you for testing, reporting and contributing.