phauthentic / authorization
A framework agnostic policy based authorization abstraction
1.0.0-beta
2019-01-29 16:55 UTC
Requires
- php: ^7.1
- psr/http-message: ^1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- phpunit/dbunit: ^4.0
- phpunit/phpunit: ^7.4
- squizlabs/php_codesniffer: ^3.3
This package is auto-updated.
Last update: 2024-10-17 05:11:12 UTC
README
A framework agnostic authorization library based on policies.
Authorization not Authentication
This library intends to provide a policy based framework around authorization and access control. Authentication is a separate concern that has been packaged into a separate authentication library.
Installation
Install it via Composer:
composer require phauthentic/authorization
Documentation
Copyright & License
Licensed under the MIT license.
- Copyright (C) Phauthentic
- Copyright (C) Cake Software Foundation, Inc.