laravel-warden
by patrickhanna
Policy-based authorization and permissions for Laravel, with database-scoped ability checks.
laravel-mcp-guard
by stvnrlnd
A governance layer for Laravel MCP servers: scoped permissions, rate limiting, audit logging, and human approval for mutating tool calls.
laravel-id-spatie
by cboxdk
Cbox ID adapter for spatie/laravel-permission — run the platform's AuthN/SSO/OAuth/OIDC/SCIM while an existing Spatie permission install stays the source of roles, permissions, and token claims. Binds the platform's AccessChecker and Roles contracts to Spatie under the external access-control driver.
laravel-access
by net-code
Reusable RBAC authorization for Laravel: roles as data, permissions as code, scoped assignments — hexagonal ports & adapters.
laravel-delegated-permissions
by fanmade
Inheritance-based, scoped authorization for Laravel: each role delegates a subset of its own permissions to its children, and revoking cascades down the tree.
laravel-model-mcp
Auto-expose Eloquent models as policy-enforced MCP tools. Safe-by-default CRUD over the Model Context Protocol, gated by your Laravel Policies, scoped to your tenant, and audited.
laravel-mcp-auth
Bring-your-own-IdP OAuth 2.1 resource server for the official laravel/mcp package: external token validation (JWT/JWKS + RFC 7662 introspection), RFC 8707 audience binding, scope enforcement, and RFC 9728 discovery.
laravel-access-guard
by langsys
Entity-scoped RBAC for Laravel: users hold roles within entities (orgs, projects, teams), API keys are first-class authorizable subjects, with super-admin bypass and collection filtering.
laravel-rbac
by metrial
Enterprise-grade Role-Based Access Control for Laravel — roles, permissions, teams, hierarchy, time-bound assignments, and audit logging.
laravel-pbac
by kirchdev
Policy-based access control for Laravel: roles, permissions, organisation-scoped authorization, Gate integration, and a decision cache.
laravel-mongo-permission-filament
by webrek
Filament v3 panel resources for webrek/laravel-mongo-permission
laravel
by flametrench
Laravel adapter for Flametrench: ServiceProvider + facades + middleware bridging the flametrench/{ids, identity, tenancy, authz} PHP SDKs into Laravel applications.
laravel-privilege-manager
by stt196
A robust, security-hardened, and performance-optimized privilege/permission management system for Laravel applications with menu-based access control.
laravel-policy-engine
by dynamik-dev
A Laravel-native scoped permissions package. Composable, contract-driven authorization that integrates with Gates, Policies, middleware, and Blade.
laravel-iam
by apurba-labs
Laravel IAM (Identity & Access Management) package with hierarchical permissions, wildcard support, and SaaS-ready design.
laravel-user-is-admin
by lvlup-dev
Laravel package that adds an is_admin column to the users table and provides a middleware to protect admin-only routes.
laravel-permissions-redis
by scabarcas
Redis-backed roles and permissions for Laravel with a Spatie-compatible API and per-user cache invalidation.
spawnflow-laravel
by spawnflow
Fluent, chain-based API request lifecycle for Laravel. Spawn context, resolve subjects, gate ownership, validate, persist — in one expression.
laravel-auth-base
by gesmuni
Core domain interfaces and entities for Gesmuni Auth - a mode-agnostic RBAC authentication library
multi-tenant-laravel-permissions
by ubxty
A powerful, multi-tenant capable permission handling package for Laravel with role-based access control, wildcard permissions, high-performance caching, and complete domain/subdomain-based tenancy support.
laravel-permission-manager
by chkilian89
Pacote Laravel para gerenciamento de roles e permissões, compatível com Filament v3. Baseado em spatie/laravel-permission.
omnify-client-laravel-sso
by omnifyjp
SSO Client Package for Laravel - Provides Role, Permission and RolePermission models with Omnify schema-driven development
laravel-passport-authorization-core
by n3xt0r
Domain-oriented authorization core for Laravel Passport, providing structured scope and permission modeling without UI or OAuth flow implementation.
laravel-security
by shammaa
Comprehensive security package for Laravel with protection against SQL Injection, XSS, CSRF, and all common vulnerabilities
laravel-mandate
Unified authorization management for Laravel - roles, permissions, and feature flags in a type-safe API
laravel-simple-permissions
by squareetlabs
A comprehensive Laravel package for advanced permission management. Features RBAC, granular permissions, entity-specific abilities, global groups, audit logging, and seamless Laravel integration.
laravel-teams-permissions
by squareetlabs
A comprehensive Laravel package for advanced team-based permission management in multi-tenant applications. Features RBAC, granular permissions, entity-specific abilities, global groups, audit logging, REST API, and seamless Laravel integration.
laravel-rbac
A powerful, polymorphic, hierarchical RBAC package for Laravel 12+. Supports recursive roles, permissions, organizations, and integrates optionally with michael-orenda recursive and API response packages.
laravel-permissions
by saeedvir
A highly optimized role and permission package for Laravel 11/12 with caching, multiple guards, wildcard permissions, super admin, and Laravel Gate integration
laravel-roles-permissions
by fawzy
A powerful, flexible, and easy-to-use roles and permissions package for Laravel applications with built-in API support
laravel-permission-plus
by eslamfaroug
An advanced permission management system for Laravel with role-based access control and group management.
laravel-permission
by openbackend
Advanced Laravel Permission Package - Role & Permission management with enhanced features
openfga-laravel
by evansims
Stop writing authorization logic. Start asking questions. OpenFGA high performance relationship-based access control for Laravel.
laravel-entrust
This package provides a flexible solution to add ACL to Laravel
laravel-permission-kit
by curly-deni
A unified Laravel toolkit for permission and policy management, combining multiple packages for controllers, policies, attributes, and scopes.
laravel-permission-policy
by curly-deni
A lightweight Laravel package for reusable, trait-based policy checks supporting CRUD, ownership, and private resource access.
laravel-permission-model-attributes
by curly-deni
Add permission-aware attributes and static checks to Eloquent models using Laravel's authorization policies.
laravel-permission-controller
by curly-deni
A Laravel package that observes model events and automatically enforces create, update, and delete permissions based on policies.
laravel-permission-maker
by curly-deni
Laravel package to easily generate migration files for CRUD and single permissions based on spatie/laravel-permission.