Skip to content

cybercog/yii2-usermanager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Manager for Yii2

User Manager for Yii2 Version 1.0.0

This module is used for complete users, roles and permissions management.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist nickcv/yii2-usermanager "*"

or add

"nickcv/yii2-usermanager": "*"

to the require section of your composer.json file.

Set Up

TO DO

Unit Testing

The entire extension was built with TDD. To launch the tests just go inside the extension directory and execute the codecept run command.

About

user / roles management module for Yii2

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • PHP 99.3%
  • Shell 0.7%