pessek/acl_builder_api

Utility for building access collections

4.0 2021-12-20 01:01 UTC

This package is not auto-updated.

Last update: 2024-04-09 11:04:10 UTC


README

Features

  • API for creating an access collection for a set of users

Notes

  • This plugins allows you to create access collections on the fly, if you need to limit access to a certain entity to a set of predefined users. Created access collections are permnanent, and the access collection IDs will always refer to the same set of users, and thus can be recycled.

Usage

use hypeJunction\Access\Collection;
$entity->access_id = Collection::create(array($user1, $user2))->getCollectionId();