pessek/acl_builder_api
Composer 安装命令:
composer require pessek/acl_builder_api
包简介
Utility for building access collections
README 文档
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();
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2021-12-20