2017 © Pedro Peláez
 

yii2-extension yii2-permissions-ext

Custom Role Based Access Control Implementation

image

cottacush/yii2-permissions-ext

Custom Role Based Access Control Implementation

  • Thursday, April 19, 2018
  • by cottacush
  • Repository
  • 11 Watchers
  • 1 Stars
  • 1,553 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

CottaCush RBAC

Latest Version on Packagist ![Software License][ico-license] ![Total Downloads][ico-downloads], (*1)

Custom Permission Based Access Control Yii2 Extension, (*2)

Install

Via Composer, (*3)

``` bash $ composer require cottacush/yii2-permissions-ext $ ./yii migrate/up --migrationPath=@vendor/cottacush/yii2-permissions-ext/migrations, (*4)



## Usage Add implementation of ManagerInterface to components ``` php //App Config 'components' => [ //... 'permissionManager' => [ 'class' => '\cottacush\rbac\DbPermissionManager' ], //... ]

Change log

Please see CHANGELOG for more information what has changed recently., (*5)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*6)

Security

If you discover any security related issues, please email developers@cottacush.com instead of using the issue tracker., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

19/04 2018

dev-master

9999999-dev

Custom Role Based Access Control Implementation

  Sources   Download

MIT

The Requires

 

extension yii2

17/04 2018

dev-improvements/upgrade_php_version

dev-improvements/upgrade_php_version

Custom Role Based Access Control Implementation

  Sources   Download

MIT

The Requires

 

extension yii2

14/09 2017

1.x-dev

1.9999999.9999999.9999999-dev

Custom Role Based Access Control Implementation

  Sources   Download

MIT

The Requires

 

extension yii2

14/09 2017

1.0.1

1.0.1.0

Custom Role Based Access Control Implementation

  Sources   Download

MIT

The Requires

 

extension yii2