2017 © Pedro PelĆ”ez
 

library rbac

Zend Framework 3 prototype for Zend\Permissions\Rbac.

image

zfr/rbac

Zend Framework 3 prototype for Zend\Permissions\Rbac.

  • Sunday, November 8, 2015
  • by bakura10
  • Repository
  • 7 Watchers
  • 24 Stars
  • 304,005 Installations
  • PHP
  • 7 Dependents
  • 0 Suggesters
  • 15 Forks
  • 1 Open issues
  • 5 Versions
  • 6 % Grown

The README.md

Rbac

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version Total Downloads, (*1)

Rbac (not to be confused with ZfcRbac) 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., (*2)

It aims to fix some design mistakes that were made to make it more usable and more efficient., (*3)

It differs on those points:, (*4)

  • RoleInterface no longer have setParent and getParent 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 the isGranted method of the Rbac class.
  • Rbac class is no longer a container. Instead, it just has a isGranted method. The container was complex to properly handle because of role duplication, which could lead to security problems if not used correctly.

Version 1.0 of this library is used in ZfcRbac 2.0. Version 2.0 of this library is used in ZfcRbac 3.0., (*5)

The Versions

08/11 2015

dev-master

9999999-dev https://github.com/zf-fr/rbac

Zend Framework 3 prototype for Zend\Permissions\Rbac.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

security zf2 rbac zf3

08/11 2015

2.0.0

2.0.0.0 https://github.com/zf-fr/rbac

Zend Framework 3 prototype for Zend\Permissions\Rbac.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

security zf2 rbac zf3

06/02 2014

1.2.0

1.2.0.0 https://github.com/zf-fr/rbac

Zend Framework 3 prototype for Zend\Permissions\Rbac.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

security zf2 rbac zf3

18/01 2014

1.1.0

1.1.0.0 https://github.com/zf-fr/rbac

Zend Framework 3 prototype for Zend\Permissions\Rbac.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

security zf2 rbac zf3

13/01 2014

1.0.0

1.0.0.0 https://github.com/zf-fr/rbac

Zend Framework 3 prototype for Zend\Permissions\Rbac.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

security zf2 rbac zf3