https://github.com/phauthentic/authorization
A framework agnostic policy based authorization library
https://github.com/phauthentic/authorization
access access-control authorization framework-agnostic library php7 policy policy-engine user-authorization
Last synced: 8 months ago
JSON representation
A framework agnostic policy based authorization library
- Host: GitHub
- URL: https://github.com/phauthentic/authorization
- Owner: Phauthentic
- License: mit
- Created: 2018-10-25T22:34:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T22:08:49.000Z (over 4 years ago)
- Last Synced: 2025-04-19T03:33:45.830Z (9 months ago)
- Topics: access, access-control, authorization, framework-agnostic, library, php7, policy, policy-engine, user-authorization
- Language: PHP
- Size: 336 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Authorization
[](LICENSE)
[](https://scrutinizer-ci.com/g/Phauthentic/authorization/)
[](https://scrutinizer-ci.com/g/Phauthentic/authorization/)



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](https://en.wikipedia.org/wiki/Separation_of_concerns) that has been
packaged into a separate [authentication library](https://github.com/Phauthentic/authentication).
## Installation
Install it via [Composer](http://getcomposer.org):
```
composer require phauthentic/authorization
```
## Documentation
* [Quick Start and Introduction to the basics](docs/Quick-start-and-introduction.md)
* [Policies](docs/Policies.md)
* [Policy Resolver](docs/Policy-Resolvers.md)
* [Checking Authorization](docs/Checking-Authorization.md)
## Copyright & License
Licensed under the [MIT license](LICENSE.txt).
* Copyright (C) [Phauthentic](https://github.com/Phauthentic)
* Copyright (C) [Cake Software Foundation, Inc.](https://cakefoundation.org)