We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2f95a commit 06cb8c3Copy full SHA for 06cb8c3
README.md
@@ -104,6 +104,7 @@ $engine = new PartialDriver(metadata: $metadata);
104
* **Wsdl1MetadataProvider**: Provides the methods and types from any WSDL 1 document.
105
106
* [encoding](https://github.com/php-soap/encoding): Provides a pure PHP drop-in replacement for the ext-soap encoding logic.
107
+ * **Driver**: Combines the encoder, decoder and wsdl-reader metadata into a usable vanilla PHP preset.
108
* **Encoder**: Encodes mixed data into a valid SOAP Request.
109
* **Decoder**: Decodes a SOAP Response into mixed data.
110
0 commit comments