Skip to content

Commit cfe757f

Browse files
authored
Want to help out?
1 parent f75c72c commit cfe757f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
This package provides some tools on top of [veewee/xml](https://github.com/veewee/xml)'s DOM component in order to make it easier to deal with SOAP XML structures.
44

5+
# Want to help out? 💚
6+
7+
- [Become a Sponsor](https://github.com/php-soap/.github/blob/main/HELPING_OUT.md#sponsor)
8+
- [Let us do your implementation](https://github.com/php-soap/.github/blob/main/HELPING_OUT.md#let-us-do-your-implementation)
9+
- [Contribute](https://github.com/php-soap/.github/blob/main/HELPING_OUT.md#contribute)
10+
- [Help maintain these packages](https://github.com/php-soap/.github/blob/main/HELPING_OUT.md#maintain)
11+
12+
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.
13+
14+
# Installation
15+
16+
```bash
17+
composer require php-soap/xml
18+
```
19+
520
## Builder
621

722
### SoapHeaders

0 commit comments

Comments
 (0)