An open API service indexing awesome lists of open source software.

https://github.com/uzdevid/yii2-abac


https://github.com/uzdevid/yii2-abac

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Yii2 ABAC
=========
Yii2 Action Based Access Control

Installation
------------

The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

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
-----