Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Jan 30, 2025
1 parent 3e2f95a commit 06cb8c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ $engine = new PartialDriver(metadata: $metadata);
* **Wsdl1MetadataProvider**: Provides the methods and types from any WSDL 1 document.

* [encoding](https://github.com/php-soap/encoding): Provides a pure PHP drop-in replacement for the ext-soap encoding logic.
* **Driver**: Combines the encoder, decoder and wsdl-reader metadata into a usable vanilla PHP preset.
* **Encoder**: Encodes mixed data into a valid SOAP Request.
* **Decoder**: Decodes a SOAP Response into mixed data.

Expand Down

0 comments on commit 06cb8c3

Please sign in to comment.