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 5251e64 commit fe29bc9Copy full SHA for fe29bc9
README.md
@@ -78,6 +78,18 @@ httplug:
78
stream_factory: ~
79
```
80
81
+#### Configuration without auto discovery
82
+
83
+By default we use Puli to auto discover factories. If you do not want to use auto discovery you could use the following configuration (Guzzle):
84
85
+```yaml
86
+httplug:
87
+ classes:
88
+ client: Http\Adapter\Guzzle6\Client
89
+ message_factory: Http\Message\MessageFactory\GuzzleMessageFactory
90
+ uri_factory: Http\Message\UriFactory\GuzzleUriFactory
91
+ stream_factory: Http\Message\StreamFactory\GuzzleStreamFactory
92
+```
93
94
#### Configure your client
95
0 commit comments