php - Acl vs RBAC in ZF2 -
php - Acl vs RBAC in ZF2 -
i want incorporate component of access  command in application, saw zf2 offer: zend /permissions/acl , zend /permissions/rbac, know more efficient , secured , , zfc-rbac ?  give thanks .
it totally depends on needs. rbac access  command managed permissions on  simply roles, acl solution managing both resources , roles. rbac of zend framework 2  has complexities going simplified in zf3. 
if consider using rbac suggest check zfc-rbac zf-commons built on top of prototype zf3's rbac.
here on github can find zfc-rbac. 
if consider acl suggest take @ bjyauthorize can found here
 php security zend-framework2 zend-acl zfc-rbac 
 
  
Comments
Post a Comment