-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f92c0d
commit 9201194
Showing
24 changed files
with
2,163 additions
and
2,215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[![Latest Stable Version](http://poser.pugx.org/nguyenanhung/nusoap/v)](https://packagist.org/packages/nguyenanhung/nusoap) [![Total Downloads](http://poser.pugx.org/nguyenanhung/nusoap/downloads)](https://packagist.org/packages/nguyenanhung/nusoap) [![Latest Unstable Version](http://poser.pugx.org/nguyenanhung/nusoap/v/unstable)](https://packagist.org/packages/nguyenanhung/nusoap) [![License](http://poser.pugx.org/nguyenanhung/nusoap/license)](https://packagist.org/packages/nguyenanhung/nusoap) [![PHP Version Require](http://poser.pugx.org/nguyenanhung/nusoap/require/php)](https://packagist.org/packages/nguyenanhung/nusoap) [![Monthly Downloads](http://poser.pugx.org/nguyenanhung/nusoap/d/monthly)](https://packagist.org/packages/nguyenanhung/nusoap) [![Daily Downloads](http://poser.pugx.org/nguyenanhung/nusoap/d/daily)](https://packagist.org/packages/nguyenanhung/nusoap) | ||
|
||
# NuSoap - Fix for Php >= 5.4 and <= 8.1 | ||
# 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.1` | ||
Fix NuSOAP for PHP `>=5.4` and PHP `<=8.2` | ||
|
||
Donate me with PayPal: [https://www.paypal.com/paypalme/nguyenanhung](https://www.paypal.com/paypalme/nguyenanhung) | ||
|
||
|
@@ -27,7 +27,7 @@ use nguyenanhung\MyNuSOAP\nusoap_client; | |
$client = new nusoap_client(); | ||
``` | ||
|
||
Step 2.2: Init to Project if PHP <= 8.1 | ||
Step 2.2: Init to Project if PHP >= 7.0 | ||
|
||
```php | ||
<?php | ||
|
@@ -41,7 +41,7 @@ $client = new nusoap_client(); | |
If any question & request, please contact following information | ||
|
||
| Name | Email | Skype | Facebook | | ||
| ----------- | -------------------- | ---------------- | ------------- | | ||
|-------------|----------------------|------------------|---------------| | ||
| Hung Nguyen | [email protected] | nguyenanhung5891 | @nguyenanhung | | ||
|
||
From Hanoi with Love <3 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.