nguyenanhung/nusoap

My nuSOAP Library, fix code for for PHP 8.2 <=> 5.4


Keywords
soap, nusoap, php, php-nusoap, soap-client, soap-services, soap-web-services
License
LGPL-2.1-only

Documentation

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Monthly Downloads Daily Downloads

NuSoap - Fix for Php >= 5.4 and <= 8.2

NuSphere's NuSOAP for Packagist/Composer

Refactor by me, use namespace

Fix NuSOAP for PHP >=5.4 and PHP <=8.2

Donate me with PayPal: https://www.paypal.com/paypalme/nguyenanhung

Install

Step 1: Install packages

composer require nguyenanhung/nusoap

Step 2.1: Init to Project if PHP <= 7.0

<?php 
require '/your/to/path/vendor/autoload.php';
use nguyenanhung\MyNuSOAP\nusoap_client;
$client = new nusoap_client();

Step 2.2: Init to Project if PHP >= 7.0

<?php 
require '/your/to/path/vendor/autoload.php';
use nguyenanhung\MyFixNuSOAP\nusoap_client;
$client = new nusoap_client();

Contact

If any question & request, please contact following information

Name Email Skype Facebook
Hung Nguyen dev@nguyenanhung.com nguyenanhung5891 @nguyenanhung

From Hanoi with Love <3