Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voskobovich/yii2-auth-toolkit
Tools to create site authorization for Yii2.
https://github.com/voskobovich/yii2-auth-toolkit
Last synced: 2 days ago
JSON representation
Tools to create site authorization for Yii2.
- Host: GitHub
- URL: https://github.com/voskobovich/yii2-auth-toolkit
- Owner: voskobovich
- Created: 2015-08-08T15:34:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-04T17:36:09.000Z (over 8 years ago)
- Last Synced: 2024-11-14T14:09:12.434Z (2 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Auth Toolkit
================================Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
composer require --prefer-dist voskobovich/yii2-auth-toolkit "~1.0"
```or add
```
"voskobovich/yii2-auth-toolkit": "~1.0"
```to the require section of your `composer.json` file.