2017 © Pedro Peláez
 

library dot-controller-plugin-authorization

DotKernel authorization controller plugin

image

dotkernel/dot-controller-plugin-authorization

DotKernel authorization controller plugin

  • Monday, May 14, 2018
  • by dotkernel
  • Repository
  • 2 Watchers
  • 1 Stars
  • 644 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 8 % Grown

The README.md

[!CAUTION], (*1)

Security-Only Maintenance Mode

This package is considered feature-complete, and is now in security-only maintenance mode., (*2)

dot-controller-plugin-authorization

Authorization controller plugin, (*3)

OSS Lifecycle GitHub license PHP from Packagist (specify version), (*4)

Installation

Run the following command, (*5)

$ composer require dotkernel/dot-controller-plugin-authorization

This will also install packages dotkernel/dot-controller and dotkernel/dot-authorization as dependencies. Next, enable the module by merging the ConfigProvider to your application's configuration., (*6)

Usage

In any controller, you can access this plugin by calling, (*7)

$this->authorization()->...

This plugin defines one method, as a proxy to the registered authorization service, (*8)

$this->authorization()->isGranted($permission, array $roles = [], $context = null);

The Versions

14/05 2018

dev-master

9999999-dev

DotKernel authorization controller plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

by n3vrax
by DotKernel Team

14/05 2018

v1.0.0

1.0.0.0

DotKernel authorization controller plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

by DotKernel Team

14/05 2018

dev-develop

dev-develop

DotKernel authorization controller plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

by n3vrax
by DotKernel Team

21/04 2017

0.2.1

0.2.1.0

DotKernel authorization controller plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

by n3vrax

15/03 2017

0.2.0

0.2.0.0

DotKernel authorization controller plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

by n3vrax

10/03 2017

0.1.1

0.1.1.0

DotKernel authorization controller plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

by n3vrax

08/03 2017

0.1.0

0.1.0.0

Authorization controller plugin for easy access to authorization service inside dotkernel controllers

  Sources   Download

MIT

The Requires

 

The Development Requires

by n3vrax