Ad Strack van Schijndel writes:
Same here! Busy with other things. But although this topic is not urgent it is definitely important.
I'm making an effort to get on top of things here. Hence, the “early” reply.
Actually we have 2 use cases: one inside the MW framework and one outside. Is it possible/wise to use the Guzzle library for both?
It is certainly possible, especially now that you have composer.local.json to install Guzzle with inside of MediaWiki. Since Guzzle uses the namespace \GuzzleHttp, you shouldn't have a problem with conflicting names inside MW.
It seems like you'd only need to use one set of APIs this way, which is a bonus!
Mark.