uzdevid/yii2-abac

Yii2 Action Based Access Control

Installs: 851

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:yii2-extension

1.1.0 2023-11-15 09:17 UTC

This package is auto-updated.

Last update: 2024-05-15 10:44:06 UTC


README

Yii2 Action Based Access Control

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist uzdevid/yii2-abac "*"

or add

"uzdevid/yii2-abac": "1.0.0"

to the require section of your composer.json file.

Usage