All Projects → cakephp → Authorization

cakephp / Authorization

Licence: mit
PSR7 Middleware for authorization

Projects that are alternatives of or similar to Authorization

auth
Auth objects for CakePHP
Stars: ✭ 28 (-44%)
Mutual labels:  cakephp, authorization, cakephp-plugin
Cakephp Tinyauth
CakePHP TinyAuth plugin for an easy and fast user authentication and authorization. Single or multi role. DB or config file based.
Stars: ✭ 114 (+128%)
Mutual labels:  cakephp, cakephp-plugin, authorization
Stuntman
Library for impersonating users during development leveraging ASP.NET Identity.
Stars: ✭ 285 (+470%)
Mutual labels:  middleware, authorization
Bootstrap Ui
CakePHP: Transparently use Bootstrap
Stars: ✭ 293 (+486%)
Mutual labels:  cakephp, cakephp-plugin
Crud
Production-grade rapid controller development with built in love for API and Search
Stars: ✭ 339 (+578%)
Mutual labels:  cakephp, cakephp-plugin
crud-users
CakePHP: Users plugin based on the CRUD action classes
Stars: ✭ 17 (-66%)
Mutual labels:  cakephp, cakephp-plugin
Enum
Enumeration list for CakePHP 3
Stars: ✭ 27 (-46%)
Mutual labels:  cakephp, cakephp-plugin
Cakephp Tools
A CakePHP Tools plugin containing lots of useful helpers, behaviors, components, shells, ...
Stars: ✭ 325 (+550%)
Mutual labels:  cakephp, cakephp-plugin
dictator
Dictates what your users see. Plug-based authorization.
Stars: ✭ 77 (+54%)
Mutual labels:  middleware, authorization
Users
Users Plugin for CakePHP
Stars: ✭ 488 (+876%)
Mutual labels:  cakephp, cakephp-plugin
Asset compress
An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.
Stars: ✭ 370 (+640%)
Mutual labels:  cakephp, cakephp-plugin
Wrench
CakePHP 3 Maintenance Mode plugin
Stars: ✭ 26 (-48%)
Mutual labels:  middleware, cakephp
queue
A queue-interop compatible Queueing library
Stars: ✭ 25 (-50%)
Mutual labels:  cakephp, cakephp-plugin
cakephp-rest
CakePHP REST Plugin - Easily build REST API endpoints in your CakePHP application.
Stars: ✭ 23 (-54%)
Mutual labels:  cakephp, cakephp-plugin
Flypie
Flysystem plugin for CakePHP
Stars: ✭ 35 (-30%)
Mutual labels:  cakephp, cakephp-plugin
crud-view
CakePHP: Automated admin backend based on your CRUD configuration
Stars: ✭ 45 (-10%)
Mutual labels:  cakephp, cakephp-plugin
Grant
OAuth Proxy
Stars: ✭ 3,509 (+6918%)
Mutual labels:  middleware, authorization
Slug
Slugging for CakePHP
Stars: ✭ 32 (-36%)
Mutual labels:  cakephp, cakephp-plugin
cakephp-api-pagination
📑 CakePHP 4 plugin that injects pagination information into API responses.
Stars: ✭ 39 (-22%)
Mutual labels:  cakephp, cakephp-plugin
mixerapi
A CakePHP Plugin for RESTful API Development [READ-ONLY]
Stars: ✭ 26 (-48%)
Mutual labels:  cakephp, cakephp-plugin

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].