https://github.com/uzdevid/yii2-abac
https://github.com/uzdevid/yii2-abac
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uzdevid/yii2-abac
- Owner: uzdevid
- Created: 2023-07-21T13:14:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T09:18:07.000Z (over 1 year ago)
- Last Synced: 2024-03-15T11:52:09.437Z (about 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 ABAC
=========
Yii2 Action Based Access ControlInstallation
------------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
-----