zendframework/zend-expressive-authorization

Authorization middleware for Expressive and PSR-7 applications


Keywords
authorization, ZendFramework, middleware, zf, psr-7, zend-expressive, psr-15, authorization-middleware, php
License
BSD-3-Clause

Documentation

Expressive Authorization middleware

Build Status Coverage Status

Zend-expressive-authorization provides middleware for Expressive and PSR-7 applications for authorizing specific routes based on ACL or RBAC systems.

Installation

You can install the zend-expressive-authorization library with Composer:

$ composer require zendframework/zend-expressive-authorization

Documentation

Documentation is in the doc tree, and can be compiled using mkdocs:

$ mkdocs build

You may also browse the documentation online.