zendframework / zend-expressive-authentication-zendauthentication
zend-authentication adapter for zend-expressive-authentication.
Installs: 4 291
Dependents: 0
Suggesters: 1
Security: 0
Stars: 4
Watchers: 16
Forks: 9
pkg:composer/zendframework/zend-expressive-authentication-zendauthentication
Requires
- php: ^7.1
- psr/container: ^1.0
- psr/http-message: ^1.0.1
- zendframework/zend-authentication: ^2.6.0
- zendframework/zend-expressive-authentication: ^1.0
Requires (Dev)
- phpunit/phpunit: ^7.0.1
- zendframework/zend-coding-standard: ~1.0.0
This package is auto-updated.
Last update: 2020-01-28 19:14:46 UTC
README
Repository abandoned 2019-12-31
This repository has moved to mezzio/mezzio-authentication-laminasauthentication.
This library provides a zend-authentication adapter for use with zend-expressive-authentication.
Installation
Run the following to install this library:
$ composer require zendframework/zend-expressive-authentication-zendauthentication
Documentation
Documentation is in the doc tree, and can be compiled using mkdocs:
$ mkdocs build
You may also browse the documentation online.