nguyenanhung / nusoap

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

Home Page:https://packagist.org/packages/nguyenanhung/nusoap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://packagist.org/packages/nguyenanhung/nusoap

License:GNU Lesser General Public License v2.1


Languages

Language:PHP 100.0%