Registry / auth / spomky-labs-oauth2-server-exception-manager

spomky-labs-oauth2-server-exception-manager

JSON →
library5.0.3phppackagistunverified

OAuth2 Server Exception Manager library for handling OAuth2 errors.

composer require spomky-labs/oauth2-server-exception-manager
INSTALL
IMPORT
SIG · SPOMKY-LABS-OAUTH2
S
spomky-labs-oauth2-server-exception-manager
authphpv5.0.3
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.

ExceptionManager
use SpomkyLabs\OAuth2Server\Exception\ExceptionManager;

Retrieve an OAuth2 exception by its error code.

use SpomkyLabs\OAuth2Server\Exception\ExceptionManager; $manager = new ExceptionManager(); $exception = $manager->getException('invalid_client'); echo $exception->getMessage();
Debug
Known issues
breakingBreaking changes in version 5.0: renamed exception classes and methods.
fix
Update your code to use new exception class names and method signatures.
affects: >=5.0.0
Upgrade
Version history
5.0.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Bingbot
1
OpenAI (training)
1
Resources
spomky-labs-oauth2-server-exception-manager — pip install spomky-labs-oauth2-server-exception-manager · libregistry