Libraries tagged by role-base-access-control
phpzen/laravel-rbac
3180 Downloads
Role based access control for Laravel 5
anpv1/php-rbac
877 Downloads
A simple and portable role based access control written in PHP
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
18 Downloads
A simple light-weight and highly customizable package that can be used for implementing access control in any php application.
maykonn/rapid-authorization
21 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
17499 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
47 Downloads
Role-based access control for UMVC framework
shiwuhao/laravel-rbac
1870 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).
qa-data/api-security
265 Downloads
API Security: provides authentication, authorization and a role-based access control management via ACL
php-extended/php-rbac-interface
3963 Downloads
A library that implements a skeleton of a role based access control framework
houdunwang/rbac
1425 Downloads
基于角色的访问控制(Role-Based Access Control)作为传统访问控制(自主访问,强制访问)的有前景的代替受到广泛的关注。在RBAC中,权限与角色相关联,用户通过成为适当角色的成员而得到这些角色的权限。这就极大地简化了权限的管理。