econea / nusoap
Fixed NuSOAP for PHP 5.6 - 8.5
Fund package maintenance!
f3l1x
contributte.org/partners.html
Installs: 5 244 448
Dependents: 37
Suggesters: 0
Security: 0
Stars: 327
Watchers: 22
Forks: 359
Open Issues: 32
pkg:composer/econea/nusoap
Requires (Dev)
- dev-master / 0.10.x-dev
- v0.9.20
- v0.9.19
- v0.9.18
- v0.9.17
- v0.9.16
- v0.9.15
- v0.9.14
- v0.9.13
- v0.9.12
- v0.9.11
- v0.9.10
- v0.9.9
- v0.9.8
- v0.9.7
- v0.9.6
- v0.9.5.4
- v0.9.5.3
- v0.9.5.2
- v0.9.5.1
- v0.9.5
- dev-claude/add-server-examples-tests-0JUv9
- dev-claude/fix-nusoap-issue-66-Lv9yD
- dev-claude/fix-nusoap-issue-76-x5je7
- dev-copilot/fix-charencoding-value
- dev-claude/add-test-issue-135-idfRS
- dev-claude/fix-php8-curl-close-014u8cLNrxbutjZaMZcS7XUB
- dev-claude/add-nette-tester-tests-011Hn5SekGu3gBrczFBapwje
This package is auto-updated.
Last update: 2025-12-15 13:35:50 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/
Info
- Supported PHP: 5.6 - 8.5
- Official project: https://sourceforge.net/projects/nusoap/
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.