cakephp/authorization

Authorization abstraction layer plugin for CakePHP

Installs: 1 760 344

Dependents: 29

Suggesters: 2

Security: 0

Stars: 75

Watchers: 27

Forks: 49

Open Issues: 0

Type:cakephp-plugin

3.4.2 2025-07-29 14:41 UTC

README

CI Latest Stable Version Total Downloads Coverage Status Software License

Authorization stack for the CakePHP framework.

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:

composer require cakephp/authorization

Then load the plugin:

bin/cake plugin load Authorization

Documentation

Documentation for this plugin can be found in the CakePHP Cookbook