Skip to content

Commit 4197177

Browse files
authored
Want to help out?
1 parent f3f1972 commit 4197177

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ You can use any client you want, going from curl, guzzle, httplug, symfony/http-
55
It allows you to get full control over the HTTP layer, making it possible to e.g. overcome some well-known issues in `ext-soap`.
66
This package can best be used together with a [SOAP driver](https://github.com/php-soap/engine) that handles data encoding and decoding.
77

8-
## Prerequisites
8+
# Want to help out? 💚
9+
10+
- [Become a Sponsor](https://github.com/php-soap/.github/blob/main/HELPING_OUT.md#sponsor)
11+
- [Let us do your implementation](https://github.com/php-soap/.github/blob/main/HELPING_OUT.md#let-us-do-your-implementation)
12+
- [Contribute](https://github.com/php-soap/.github/blob/main/HELPING_OUT.md#contribute)
13+
- [Help maintain these packages](https://github.com/php-soap/.github/blob/main/HELPING_OUT.md#maintain)
14+
15+
Want more information about the future of this project? Check out this list of the [next big projects](https://github.com/php-soap/.github/blob/main/PROJECTS.md) we'll be working on.
16+
17+
# Prerequisites
918

1019
Choosing what HTTP client you want to use.
1120
This package expects some PSR implementations to be present in order to be installed:
@@ -14,7 +23,7 @@ This package expects some PSR implementations to be present in order to be insta
1423
* PSR-17: `psr/http-factory-implementation` like `nyholm/psr7` or `guzzlehttp/psr7`
1524
* PSR-18: `psr/http-client-implementation` like `symfony/http-client` or `guzzlehttp/guzzle`
1625

17-
## Installation
26+
# Installation
1827

1928
```bash
2029
composer require php-soap/psr18-transport

0 commit comments

Comments
 (0)