Registry / auth / illuminate-auth

illuminate-auth

JSON →
library11.37.0phppackagistunverified

The authentication component of Laravel's Illuminate framework, providing user authentication and authorization.

composer require illuminate/auth
INSTALL
IMPORT
SIG · ILLUMINATE-AUTH
I
illuminate-auth
authphpv11.37.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.

AuthManager
use Illuminate\Auth\AuthManager;

Check if a user is authenticated using the AuthManager.

use Illuminate\Auth\AuthManager; $auth = new AuthManager($app); if ($auth->check()) { echo 'User is logged in'; }
Debug
Known issues
gotchaRequires Laravel's container and other Illuminate components; not standalone.
fix
Use with Laravel or install required illuminate packages (e.g., illuminate/container, illuminate/config).
affects: *
Upgrade
Version history
11.37.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

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