Registry / auth / league-oauth2-linkedin

league-oauth2-linkedin

JSON →
library5.1.2phppackagistunverified

LinkedIn OAuth 2.0 Client Provider for The PHP League OAuth2-Client.

composer require league/oauth2-linkedin
INSTALL
IMPORT
SIG · LEAGUE-OAUTH2-LINK
L
league-oauth2-linkedin
authphpv5.1.2
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.

LinkedIn
use League\OAuth2\Client\Provider\LinkedIn;

Initialize LinkedIn OAuth2 provider and get authorization URL.

use League\OAuth2\Client\Provider\LinkedIn; $provider = new LinkedIn([ 'clientId' => 'your-client-id', 'clientSecret' => 'your-client-secret', 'redirectUri' => 'https://example.com/callback', ]); $authUrl = $provider->getAuthorizationUrl();
Debug
Known issues
breakingRequires PHP 7.1+ and the league/oauth2-client package.
fix
Install league/oauth2-client and ensure PHP version compatibility.
affects: <5.0.0
Upgrade
Version history
5.1.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
league-oauth2-linkedin — pip install league-oauth2-linkedin · libregistry