nexus-laravel-identity-adapter maintained by azaharizaman
Description
Laravel adapter for Identity package with authentication/authorization
Author
Last update
2026/05/05 04:28
(dev-main)
License
Downloads
2
Nexus Laravel Identity Adapter
This adapter provides Laravel-specific implementations for the Identity package.
Purpose
The Identity package is an atomic package. This adapter provides Laravel integration.
Installation
composer require azaharizaman/nexus-laravel-identity-adapter
Adapters Provided
CacheRepositoryAdapter
Implements Nexus\Identity\Contracts\CacheRepositoryInterface using Laravel's cache.
PermissionCheckerAdapter
Implements Nexus\Identity\Contracts\PermissionCheckerInterface using Laravel's Gate.
Service Provider
The IdentityAdapterServiceProvider automatically binds the Identity interfaces.
Dependencies
azaharizaman/nexus-identity- The atomic Identity packageilluminate/support- Laravel framework componentsilluminate/auth- Laravel authentication components