Registry / auth / alb-oauth2-php

alb-oauth2-php

JSON →
libraryphppackagistunverified

OAuth2 library

composer require alb/oauth2-php
INSTALL
IMPORT
SIG · ALB-OAUTH2-PHP
A
alb-oauth2-php
authphp
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use OAuth2\Client;

Obtain an access token using authorization code grant

use OAuth2\Client; $client = new Client('client_id', 'client_secret'); $token = $client->getAccessToken('authorization_code', ['code' => $code]);
Debug
Known issues
gotchaNo version specified; may be outdated or unmaintained
fix
Check for updates or consider using league/oauth2-client instead
affects: *
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
Resources
alb-oauth2-php — pip install alb-oauth2-php · libregistry