PHP Package: kamermans/guzzle-oauth2-subscriber

Guzzle OAuth2 Subscriber is a PHP library for seamless OAuth2 authentication integration with Guzzle HTTP client.

Current Version: 1.1.1
Last Updated: 2025-05-13
PHP Requirement: >=7.1.0
Dependencies:
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Guzzle OAuth2 Subscriber provides robust OAuth2 support for Guzzle, simplifying the process of authenticating and making requests to OAuth2-protected APIs.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.1.1

Download Download v1.1.1

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/kamermans/guzzle-oauth2-subscriber/1.1.1/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';

use GuzzleHttp\Client;
use Kamermans\OAuth2\OAuth2Subscriber;
use GuzzleHttp\HandlerStack;

$obj = new Client();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.