azaharizaman/nexus-laravel-identity-adapter

Laravel adapter for Identity package with authentication/authorization

Maintainers

Package info

github.com/azaharizaman/nexus-laravel-identity-adapter

pkg:composer/azaharizaman/nexus-laravel-identity-adapter

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha1 2026-05-05 02:28 UTC

This package is auto-updated.

Last update: 2026-05-05 03:40:26 UTC


README

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