nguyenanhung / nusoap
My nuSOAP Library, fix code for for PHP 8.2 <=> 5.4
Installs: 25 045
Dependents: 2
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 5
Open Issues: 1
Requires
- php: >=5.4
README
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
From Hanoi with Love <3