@@ -13,20 +13,18 @@ NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala. It is a
13
13
</p >
14
14
15
15
<p align =center >
16
- <a href="https://travis-ci.org /pwnlabs/nusoap"><img src="https://img.shields.io/travis/ pwnlabs/nusoap.svg?style=flat-square "></a>
17
- <a href="https://packagist.org/packages/econea /nusoap"><img src="https://img.shields.io/packagist/l/econea/ nusoap.svg?style=flat-square "></a>
18
- <a href="https://packagist.org/packages/econea/nusoap"><img src="https://img.shields.io /packagist/dt /econea/nusoap.svg?style=flat-square "></a>
19
- <a href="https://packagist.org/packages/econea/nusoap"><img src="https://img.shields.io /packagist/v /econea/nusoap.svg?style=flat-square "></a>
20
- <a href="http ://bit.ly/ctteg "><img src="https://img.shields.io/gitter/room/contributte/contributte.svg?style=flat-square "></a>
16
+ <a href =" https://github.com /pwnlabs/nusoap/actions " ><img src =" https://badgen.net/github/checks/ pwnlabs/nusoap/master?cache=300 " ></a >
17
+ <a href =" https://coveralls.io/r/pwnlabs /nusoap " ><img src =" https://badgen.net/coveralls/c/github/pwnlabs/ nusoap?cache=300 " ></a >
18
+ <a href =" https://packagist.org/packages/econea/nusoap " ><img src =" https://badgen.net /packagist/dm /econea/nusoap " ></a >
19
+ <a href =" https://packagist.org/packages/econea/nusoap " ><img src =" https://badgen.net /packagist/dt /econea/nusoap " ></a >
20
+ <a href =" https ://packagist.org/packages/econea/nusoap " ><img src =" https://badgen.net/packagist/v/econea/nusoap " ></a >
21
21
</p >
22
22
23
23
-----
24
24
25
25
## Info
26
26
27
- - Supported PHP: [ 5.4 - 8.2] ( https://travis-ci.org/pwnlabs/nusoap )
28
- - Latest version: [ 0.9.11] ( https://github.com/pwnlabs/nusoap/releases/tag/v0.9.11 )
29
- - Dev version: [ develop] ( https://github.com/pwnlabs/nusoap/tree/develop )
27
+ - Supported PHP: [ 5.4 - 8.2] ( https://packagist.org/packages/econea/nusoap )
30
28
- Official project: https://sourceforge.net/projects/nusoap/
31
29
32
30
## Installation
@@ -37,20 +35,6 @@ To install this library use [Composer](https://getcomposer.org/).
37
35
composer require econea/nusoap
38
36
```
39
37
40
- ** Bleeding edge**
41
-
42
- If you want to test bleeding edge, follow this.
43
-
44
- ``` json
45
- {
46
- "require" : {
47
- "econea/nusoap" : " dev-develop"
48
- },
49
- "minimum-stability" : " dev" ,
50
- "prefer-stable" : true
51
- }
52
- ```
53
-
54
38
## Usage
55
39
56
40
``` php
0 commit comments