Skip to content

Phauthentic/authorization

Repository files navigation

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.