Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.66 KB

readme.md

File metadata and controls

38 lines (26 loc) · 1.66 KB

Authorization

Software License Scrutinizer Coverage Code Quality phpstan Level 8 php 7.4 php 8.0

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.