zendframework/zend-expressive-authorization

This package is abandoned and no longer maintained. The author suggests using the mezzio/mezzio-authorization package instead.

Authorization middleware for Expressive and PSR-7 applications

Maintainers

👁 zendframework

Package info

github.com/zendframework/zend-expressive-authorization

Forum

Documentation

pkg:composer/zendframework/zend-expressive-authorization

Statistics

Installs: 58 607

Dependents: 4

Suggesters: 0

Stars: 23

Open Issues: 0

1.0.1 2019-06-18 11:52 UTC

Suggests

Provides

None

Replaces

None

BSD-3-Clause 041deb0c9118e850da7d7f97cc4f926c36cceadb

authorizationZendFrameworkmiddlewarezfpsr-7zend-expressivepsr-15

This package is auto-updated.

Last update: 2020-01-28 19:12:39 UTC


README

Repository abandoned 2019-12-31

This repository has moved to mezzio/mezzio-authorization.

👁 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.