Registry / auth / opauth-opauth

opauth-opauth

JSON →
library0.4.5phppackagistunverified

Multi-provider authentication framework for PHP

composer require opauth/opauth
INSTALL
IMPORT
SIG · OPAUTH-OPAUTH
O
opauth-opauth
authphpv0.4.5
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.

Opauth
use Opauth\Opauth;

Initialize Opauth with Facebook strategy

use Opauth\Opauth; $opauth = new Opauth([ 'path' => '/auth/', 'callback_url' => '/auth/callback', 'Strategy' => [ 'Facebook' => [ 'app_id' => '...', 'app_secret' => '...' ] ] ]); $opauth->run();
Debug
Known issues
breakingRequires PHP 7.4+; some strategies may have additional dependencies
fix
Check strategy documentation for required PHP extensions or packages
affects: >=0.4.0
Upgrade
Version history
0.4.5latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
2
Amazon
1
Resources
opauth-opauth — pip install opauth-opauth · libregistry