obceneikon / nusoap
NuSOAP fixed for PHP 5.4 - 7.1
v0.9.6
2018-04-19 05:28 UTC
Requires
- php: >=5.4
Requires (Dev)
- jakub-onderka/php-parallel-lint: ~1.0.0
This package is not auto-updated.
Last update: 2024-11-11 07:08:03 UTC
README
Fork of NuSOAP fixed for PHP 5.4, 5.5, 5.6, 7.0 and 7.1 (tested).
All credits belongs to official author(s): http://nusoap.sourceforge.net.
Install
Stable
Solid rock version is ~0.9.5.x
.
composer require obceneikon/nusoap:~0.9.5.5
Next
Just bug fixing for >=0.9.6
. Update your composer.json.
{ "minimum-stability": "dev", "prefer-stable": true }
And install next version.
composer require obceneikon/nusoap:^0.9.6
Development
Total refactored version (split into more files, CI, etc).
composer require obceneikon/nusoap:dev-develop
Version
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 obceneikon/nusoap:dev-master
Maintainers
Thank you for testing, reporting and contributing.