Skip to content

Commit

Permalink
Document cached-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Jun 7, 2024
1 parent cbceea3 commit 880d21d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ $engine = new PartialDriver(metadata: $metadata);

## List of available components:

* [cached-engine](https://github.com/php-soap/cached-engine/): Provides wrappers for storing engines and encoders in a PSR-6 Cache pool.
* **CachedDriver**: Decorates a cache around a driver factory.
* **CachedEngine**: Decorates a cache around an engine factory.

* [ext-soap-engine](https://github.com/php-soap/ext-soap-engine): An engine based on PHP's ext-soap.
* **ExtSoapEncoder:** Uses PHP's `SoapClient` in order to encode a mixed request body into a SOAP request.
* **ExtSoapDecoder:** Uses PHP's `SoapClient` in order to decode a SOAP Response into mixed data.
Expand Down

0 comments on commit 880d21d

Please sign in to comment.