Download the PHP package lm-commons/rbac without Composer
On this page you can find all versions of the php package lm-commons/rbac. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lm-commons/rbac
More information about lm-commons/rbac
Files in lm-commons/rbac
Download lm-commons/rbac
More information about lm-commons/rbac
Files in lm-commons/rbac
Vendor lm-commons
Package rbac
Short Description Clone of zfr/rbac v1.2.0 for PHP 8 support
License MIT
Homepage https://github.com/lm-commons/rbac
Package rbac
Short Description Clone of zfr/rbac v1.2.0 for PHP 8 support
License MIT
Homepage https://github.com/lm-commons/rbac
Please rate this library. Is it a good library?
Informations about the package rbac
Rbac
IMPORTANT!!
The only purpose of this package is to provide a version of zfr/rbac 1.2 that support PHP 8 and fixes the deprecation notices.
Rbac (not to be confused with ZfcRbac/LmcRbac) is a pure PHP implementation of the RBAC (Role based access control) concept. Actually, it is a Zend Framework 3 prototype of the ZF2 Zend\Permissions\Rbac component.
It aims to fix some design mistakes that were made to make it more usable and more efficient.
It differs on those points:
- A
PermissionInterface
has been introduced. RoleInterface
no longer havesetParent
andgetParent
methods, and cannot have children anymore (this is used to implement a simpler "flat RBAC").- A new
HierarchicalRoleInterface
has been introduced to allow roles to have children. - Method
hasPermission
on a role no longer recursively iterate the children role, but only check its own permissions. To properly check if a role is granted, you should use theisGranted
method of theRbac
class. Rbac
class is no longer a container. Instead, it just has aisGranted
method. The container was complex to properly handle because of role duplication, which could lead to security problems if not used correctly.
This library is used in LM-Commons/LmcRbacMvc v3.
All versions of rbac with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package lm-commons/rbac contains the following files
Collapse All