Skip to content

alescx/authorization

 
 

Repository files navigation

CakePHP Authorization

Software License Build Status Coverage Status

Authorization stack for the CakePHP framework.

This plugin is for CakePHP 3.5+.

⚠️ This is still under active development and APIs may change without notice ⚠️

Authorization not Authentication

This plugin intends to provide a framework around authorization and access control. Authentication is a separate concern that has been packaged into a separate authentication plugin.

Installation

You can install this plugin into your CakePHP application using composer:

php composer.phar require cakephp/authorization

Load the plugin by adding the following statement in your project's config/bootstrap.php:

Plugin::load('Authorization');

Documentation

About

PSR7 Middleware for authorization

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.5%
  • HTML 1.5%