Looking to hire Laravel developers? Try LaraJobs

nexus-laravel-identity-adapter maintained by azaharizaman

Description
Laravel adapter for Identity package with authentication/authorization
Last update
2026/05/05 04:28 (dev-main)
License
Links
Downloads
2

Comments
comments powered by Disqus

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 package
  • illuminate/support - Laravel framework components
  • illuminate/auth - Laravel authentication components