- Compatible XF Versions
- 2.0
- Additional Requirements
- PHP 5.5.0+
XF 2.0 Beta 3
Due to PHP version constraints, XenForo 2.0 implements Guzzle 5.3 rather than the current Guzzle 6.x
This XenForo 2.0 addon replaces the built in libraries with Guzzle 6.x and provides a test suite to ensure functionality is preserved.
The only reason you would want to install this addon is if you have other addons which require Guzzle 6.
Requirements
This addon requires PHP 5.5 or higher and only works on XenForo 2.0.x
The current release has been tested with XenForo 2.0 Developer Preview 10 (DP10) and may require modifications to work with later releases.
The current version of Guzzle supplied with this addon is v6.3.0
Usage
Once installed, all calls to \XF::app()->http()->client() and \XF::app()->http()->reader() will be redirected via the Guzzle 6 libraries.
There have been breaking changes between the Guzzle v5 and v6 releases, primarily around the implementation of PSR-7 interfaces for requests, responses, and streams.
I have implemented a small test suite to check that functionality is preserved, but that is by no means exhaustive, so please proceed with caution.
A new admin menu item has been added to the Tools menu to run the test suite - it is strongly recommended that these tests be run after installation and after an upgrade.
View attachment 155673
Notes
This XenForo 2.0 addon replaces the built in libraries with Guzzle 6.x and provides a test suite to ensure functionality is preserved.
The only reason you would want to install this addon is if you have other addons which require Guzzle 6.
Requirements
This addon requires PHP 5.5 or higher and only works on XenForo 2.0.x
The current release has been tested with XenForo 2.0 Developer Preview 10 (DP10) and may require modifications to work with later releases.
The current version of Guzzle supplied with this addon is v6.3.0
Usage
Once installed, all calls to \XF::app()->http()->client() and \XF::app()->http()->reader() will be redirected via the Guzzle 6 libraries.
There have been breaking changes between the Guzzle v5 and v6 releases, primarily around the implementation of PSR-7 interfaces for requests, responses, and streams.
I have implemented a small test suite to check that functionality is preserved, but that is by no means exhaustive, so please proceed with caution.
A new admin menu item has been added to the Tools menu to run the test suite - it is strongly recommended that these tests be run after installation and after an upgrade.
View attachment 155673
Notes
- I have not yet tested the code modifications for PayPal, Stripe or TwoCheckout - please proceed with caution
- The Captcha test only tests the currently enabled Captcha. Some Captcha tools don't actually function without an API key (always return success), so you may not actually be testing the Guzzle code if you haven't fully configured that Captcha tool.
- If you would like to contribute to the development of this addon, please feel free to fork it on BitBucket and submit Pull requests.