xF2 Guzzle6 for XenForo 2

  • Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Radio

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    Heisenberg submitted a new resource:

    - Provides a replacement Guzzle v6.x implementation for XenForo 2

    Additional requirements
    PHP 5.5.0+
    XF 2.0 DP10
    License
    MIT
    Visible branding
    No
    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...

     

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    Heisenberg updated with a new update entry:



    Changelog:
    • update for XF 2.0.0 Beta 3 - fixes for 2.0 beta 3 - now uses captchaIsValid rather than captcha()->isValid()
    • added _data and _releases to .gitignore so they aren't included in repo
    • (from 0.1.6) update for XF 2.0.0 Beta 1 - mirror changes to XF\Service\ImageProxy::fetchImageDataFromUrl

     

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    Heisenberg updated with a new update entry:



    • update for XF 2.0.0 beta 5 - mirror changes to XF\Service\ImageProxy::fetchImageDataFromUrl

     

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    Heisenberg updated with a new update entry:



    • update for XF 2.0.0 RC1 - changes to XF\Payment\Stripe::validateCallback

     

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    Heisenberg updated with a new update entry:



    • bugfix: missing use statements in Guzzle6\XF\Payment\PayPal; Guzzle6\XF\Payment\Stripe and Guzzle6\XF\Payment\TwoCheckout

     

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    Heisenberg updated with a new update entry:



    • updates for XF 2.0.1 - XF\Service\AddOn\JsMinifier::request
    • updates for XF 2.0.1 - XF\Service\ImageProxy::fetchImageDataFromUrl
    • fixes for XF\ConnectedAccount\Http\Client::retrieveResponse - Sending application/x-www-form-urlencoded POST requests requires that you specify the POST fields as an array in the form_params request options (also PUT)
    • test routine for Connected Account Client
    • change to using \GuzzleHttp\json_decode wrapper rather than native function...

     

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    Heisenberg updated with a new update entry:



    • (from 1.1.0) added support for XenForo Elastic Search addon
    • (from 1.0.6) bug fix: typo in if statement
    • (from 1.0.6) move to develop/release branches - no _output in release and no _data in develop
    • (from 1.0.5) vendor/composer/autoload_files.php is only created when required, so don't log an error if the file doesn't exist
    • (from 1.0.5) use build.json to automatically run composer install with --no-dev and --optimize-autoloader flags set to get us a clean build...