Skip to content

cakephp/authorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ff151d6 · Jan 23, 2025
Dec 11, 2023
Jan 5, 2025
Nov 15, 2024
Jan 23, 2025
Jan 23, 2025
Jan 23, 2025
Jan 19, 2023
Oct 18, 2024
Oct 18, 2024
Sep 16, 2023
Oct 29, 2019
Oct 18, 2024
Nov 10, 2023
Nov 10, 2020
Nov 17, 2024
Nov 17, 2024
May 31, 2023
Nov 17, 2024
Nov 17, 2024
Sep 16, 2023
Oct 30, 2021

Repository files navigation

CakePHP Authorization

Build Status 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:

php composer.phar require cakephp/authorization

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

$this->addPlugin('Authorization');

or running the console command

bin/cake plugin load Authorization

Documentation

Documentation for this plugin can be found in the CakePHP Cookbook