Registry / auth / cakephp-authorization

cakephp-authorization

JSON →
library3.5.2phppackagistunverified

Authorization abstraction layer plugin for CakePHP

composer require cakephp/authorization
INSTALL
IMPORT
SIG · CAKEPHP-AUTHORIZAT
C
cakephp-authorization
authphpv3.5.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AuthorizationService
use Authorization\AuthorizationService;

Check if a user can perform an action on a resource

use Authorization\AuthorizationService; $auth = new AuthorizationService(); $result = $auth->can($user, 'edit', $article);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.5.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
OpenAI (training)
1
Resources
cakephp-authorization — pip install cakephp-authorization · libregistry