Registry / auth / auth0-auth0-php

auth0-auth0-php

JSON →
library8.19.0phppackagistunverified

PHP SDK for Auth0 Authentication and Management APIs.

composer require auth0/auth0-php
INSTALL
IMPORT
SIG · AUTH0-AUTH0-PHP
A
auth0-auth0-php
authphpv8.19.0
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.

Auth0
use Auth0\SDK\Auth0;

Initialize Auth0 and get user information.

use Auth0\SDK\Auth0; $auth0 = new Auth0([ 'domain' => 'YOUR_DOMAIN', 'client_id' => 'YOUR_CLIENT_ID', 'client_secret' => 'YOUR_CLIENT_SECRET', 'redirect_uri' => 'https://yourapp.com/callback' ]); $userInfo = $auth0->getUser();
Debug
Known issues
breakingRequires PHP 7.4+ for version 8.x.
fix
Upgrade PHP or use an older SDK version.
affects: >=8.0.0
Upgrade
Version history
8.19.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
Resources
auth0-auth0-php — pip install auth0-auth0-php · libregistry