File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,10 @@ $engine = new PartialDriver(metadata: $metadata);
8383
8484## List of available components:
8585
86+ * [ cached-engine] ( https://github.com/php-soap/cached-engine/ ) : Provides wrappers for storing engines and encoders in a PSR-6 Cache pool.
87+ * ** CachedDriver** : Decorates a cache around a driver factory.
88+ * ** CachedEngine** : Decorates a cache around an engine factory.
89+
8690* [ ext-soap-engine] ( https://github.com/php-soap/ext-soap-engine ) : An engine based on PHP's ext-soap.
8791 * ** ExtSoapEncoder:** Uses PHP's ` SoapClient ` in order to encode a mixed request body into a SOAP request.
8892 * ** ExtSoapDecoder:** Uses PHP's ` SoapClient ` in order to decode a SOAP Response into mixed data.
You can’t perform that action at this time.
0 commit comments