SaaSHub helps you find the best software and product alternatives Learn more →
Laravel-permissions-redis Alternatives
Similar projects and alternatives to laravel-permissions-redis
-
laravel-permissions-redis-benchmark
Benchmark comparing database query performance between spatie/laravel-permission and scabarcas/laravel-permissions-redis. Run it yourself with Docker.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better laravel-permissions-redis alternative or higher similarity.
laravel-permissions-redis discussion
laravel-permissions-redis reviews and mentions
Posts with mentions or reviews of laravel-permissions-redis.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-05-14.
-
laravel-permissions-redis v4.0.0 is now stable
The full audit-and-fix list is in the CHANGELOG.
-
A Redis-first alternative to spatie/laravel-permission, benchmarked
I built a Redis-first roles & permissions package for Laravel called scabarcas/laravel-permissions-redis — Spatie-compatible API (hasRole, hasPermissionTo, Blade directives, middleware), but the user→roles→permissions mapping lives in Redis SETs instead of being hydrated from the DB on every request.
-
Redis-backed permissions for high-volume Laravel apps: v4.0.0-beta.1
I just shipped v4.0.0-beta.1 of laravel-permissions-redis, and I want to share both what's in it and the specific problem it exists to solve.
-
Benchmarking Laravel Permission Checks: Database vs Redis
"How much faster is Redis for permission checks?" is a question I get every time I mention laravel-permissions-redis. The answer depends on your scale, your access patterns, and what you're measuring.
-
Reducing Laravel Permission Queries Using Redis (Benchmark Results)
GitHub repo: https://github.com/scabarcas17/laravel-permissions-redis
-
How I Eliminated Repetitive Permission Queries in Laravel Using Redis
https://github.com/scabarcas17/laravel-permissions-redis https://packagist.org/packages/scabarcas/laravel-permissions-redis
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Jun 2026
Stats
Basic laravel-permissions-redis repo stats
6
35
7.1
4 days ago
scabarcas17/laravel-permissions-redis is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of laravel-permissions-redis is PHP.