tbureck / diversity-people
Provides basic functionality for handling users and permissions.
dev-master
2020-07-22 06:25 UTC
Requires
- php: ^5.6.0|^7.0
- tbureck/diversity-common: dev-master@dev
This package is auto-updated.
Last update: 2024-12-22 16:27:08 UTC
README
diversity/people is a library that provides basic functionality for handling users and permissions. Users can be a member of one or more groups. Groups have a set of permissions that determine whether or not the group can perform actions within the application. Single permissions can be overridden on a per-user basis.
Test