https://github.com/cakephp/authorization
PSR7 Middleware for authorization
https://github.com/cakephp/authorization
authorization cakephp cakephp-plugin middleware php psr7-middleware
Last synced: 15 days ago
JSON representation
PSR7 Middleware for authorization
- Host: GitHub
- URL: https://github.com/cakephp/authorization
- Owner: cakephp
- License: mit
- Created: 2017-12-12T02:28:42.000Z (over 8 years ago)
- Default Branch: 3.x
- Last Pushed: 2026-02-27T07:53:44.000Z (15 days ago)
- Last Synced: 2026-02-27T09:54:05.051Z (15 days ago)
- Topics: authorization, cakephp, cakephp-plugin, middleware, php, psr7-middleware
- Language: PHP
- Size: 826 KB
- Stars: 74
- Watchers: 25
- Forks: 46
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-cakephp - Authorization plugin - Official CakePHP authorization stack. (Authentication and Authorization)
README
# CakePHP Authorization
[](https://github.com/cakephp/authorization/actions/workflows/ci.yml)
[](https://packagist.org/packages/cakephp/authorization)
[](https://packagist.org/packages/cakephp/authorization/stats)
[](https://codecov.io/github/cakephp/authorization)
[](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](https://en.wikipedia.org/wiki/Separation_of_concerns) that has been
packaged into a separate [authentication plugin](https://github.com/cakephp/authentication).
## Installation
You can install this plugin into your CakePHP application using
[composer](https://getcomposer.org):
```
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](https://book.cakephp.org/authorization/3/en/)