⚠️ 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.
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.