Skip to content

Commit

Permalink
Readme: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jul 5, 2023
1 parent a1c1093 commit cb4d0dc
Showing 1 changed file with 6 additions and 22 deletions.
28 changes: 6 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,18 @@ NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala. It is a
</p>

<p align=center>
<a href="https://travis-ci.org/pwnlabs/nusoap"><img src="https://img.shields.io/travis/pwnlabs/nusoap.svg?style=flat-square"></a>
<a href="https://packagist.org/packages/econea/nusoap"><img src="https://img.shields.io/packagist/l/econea/nusoap.svg?style=flat-square"></a>
<a href="https://packagist.org/packages/econea/nusoap"><img src="https://img.shields.io/packagist/dt/econea/nusoap.svg?style=flat-square"></a>
<a href="https://packagist.org/packages/econea/nusoap"><img src="https://img.shields.io/packagist/v/econea/nusoap.svg?style=flat-square"></a>
<a href="http://bit.ly/ctteg"><img src="https://img.shields.io/gitter/room/contributte/contributte.svg?style=flat-square"></a>
<a href="https://github.com/pwnlabs/nusoap/actions"><img src="https://badgen.net/github/checks/pwnlabs/nusoap/master?cache=300"></a>
<a href="https://coveralls.io/r/pwnlabs/nusoap"><img src="https://badgen.net/coveralls/c/github/pwnlabs/nusoap?cache=300"></a>
<a href="https://packagist.org/packages/econea/nusoap"><img src="https://badgen.net/packagist/dm/econea/nusoap"></a>
<a href="https://packagist.org/packages/econea/nusoap"><img src="https://badgen.net/packagist/dt/econea/nusoap"></a>
<a href="https://packagist.org/packages/econea/nusoap"><img src="https://badgen.net/packagist/v/econea/nusoap"></a>
</p>

-----

## Info

- Supported PHP: [5.4 - 8.2](https://travis-ci.org/pwnlabs/nusoap)
- Latest version: [0.9.11](https://github.com/pwnlabs/nusoap/releases/tag/v0.9.11)
- Dev version: [develop](https://github.com/pwnlabs/nusoap/tree/develop)
- Supported PHP: [5.4 - 8.2](https://packagist.org/packages/econea/nusoap)
- Official project: https://sourceforge.net/projects/nusoap/

## Installation
Expand All @@ -37,20 +35,6 @@ To install this library use [Composer](https://getcomposer.org/).
composer require econea/nusoap
```

**Bleeding edge**

If you want to test bleeding edge, follow this.

```json
{
"require": {
"econea/nusoap": "dev-develop"
},
"minimum-stability": "dev",
"prefer-stable": true
}
```

## Usage

```php
Expand Down

0 comments on commit cb4d0dc

Please sign in to comment.