Libraries tagged by role-based-access
anpv1/php-rbac
909 Downloads
A simple and portable role based access control written in PHP
rinvex/laravel-auth
2860 Downloads
Rinvex Auth is a powerful authentication, authorization and verification package built on top of Laravel. It provides developers with Role Based Access Control, TwoFactor Authentication, Social Authentication, compatible with Laravel’s standard API and fully featured all-in-one solution out of the box.
rinvex/fort
3721 Downloads
Rinvex Auth is a powerful authentication, authorization and verification package built on top of Laravel. It provides developers with Role Based Access Control, TwoFactor Authentication, Social Authentication, compatible with Laravel’s standard API and fully featured all-in-one solution out of the box.
smart-crowd/laravel-rbac
1255 Downloads
Laravel RBAC implementation.
rotexsoft/versatile-acl
20 Downloads
A simple light-weight and highly customizable package that can be used for implementing access control in any php application.
muhammad-nawlo/multitenant-plugin
13 Downloads
A comprehensive multitenant plugin for Filament that integrates seamlessly with stancl/tenancy and filament-shield for role-based permissions
maykonn/rapid-authorization
22 Downloads
RapidAuthorization is a PHP framework for Access Control, based in Role-based Access Control (RBAC)
alexpechkarev/larbac
277 Downloads
Role based access control for Laravel 5
visualappeal/laravel-rbac
17513 Downloads
Role based access control for Laravel 5
usm4n/guardian
1083 Downloads
Role Based Access Control Package For Laravel With Backend Interface
uhi67/umvc-rbac
54 Downloads
Role-based access control for UMVC framework
shiwuhao/laravel-rbac
1883 Downloads
A laravel Role-Based Access Control package
ramzyvirani/laravel-boilerplate
76 Downloads
Laravel boilerplate. Basic boilerplate to create laravel projects with Admin Panel, Role Based Access Control, i18n support, Swagger Doc using InfyOm (Laravel CRUD Generator).
jeffersonsimaogoncalves/cakephp-permission
1232 Downloads
The library provides a flexible way to add role-based access control management to CakePHP 3.x
houdunwang/rbac
1425 Downloads
基于角色的访问控制(Role-Based Access Control)作为传统访问控制(自主访问,强制访问)的有前景的代替受到广泛的关注。在RBAC中,权限与角色相关联,用户通过成为适当角色的成员而得到这些角色的权限。这就极大地简化了权限的管理。