Skip to content

Commit 0e0990b

Browse files
committed
Add async transport
1 parent f732595 commit 0e0990b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ $engine = new LazyEngine(fn () => new SimpleEngine($driver, $transport));
6363
* **Psr18Transport**: Uses a PSR-18 HTTP client to handle SOAP requests.
6464
* Provides middleware to deal with some common SOAP quirks.
6565

66+
67+
* [async-transport](https://github.com/php-soap/async-transport/): Combines `ext-fiber` and your async PSR-18 HTTP client to deal with the HTTP Layer.
68+
* **AsyncTransport**: Uses an async HTTP client to handle SOAP requests.
69+
6670
## Creating your own engine
6771

6872
Every component of the engine has its own interface.

0 commit comments

Comments
 (0)