https://github.com/zendframework/zend-expressive-authentication-zendauthentication
zend-authentication adapter for zend-expressive-authentication.
https://github.com/zendframework/zend-expressive-authentication-zendauthentication
Last synced: 10 days ago
JSON representation
zend-authentication adapter for zend-expressive-authentication.
- Host: GitHub
- URL: https://github.com/zendframework/zend-expressive-authentication-zendauthentication
- Owner: zendframework
- License: bsd-3-clause
- Archived: true
- Created: 2017-11-09T14:59:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T19:14:42.000Z (almost 6 years ago)
- Last Synced: 2025-08-12T18:54:57.169Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 1.09 MB
- Stars: 3
- Watchers: 12
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# zend-expressive-authentication-zendauthentication
> ## Repository abandoned 2019-12-31
>
> This repository has moved to [mezzio/mezzio-authentication-laminasauthentication](https://github.com/mezzio/mezzio-authentication-laminasauthentication).
[](https://secure.travis-ci.org/zendframework/zend-expressive-authentication-zendauthentication)
[](https://coveralls.io/github/zendframework/zend-expressive-authentication-zendauthentication?branch=master)
This library provides a [zend-authentication](https://docs.zendframework.com/zend-authentication)
adapter for use with [zend-expressive-authentication](https://docs.zendframework.com/zend-expressive-authentication).
## Installation
Run the following to install this library:
```bash
$ composer require zendframework/zend-expressive-authentication-zendauthentication
```
## Documentation
Documentation is [in the doc tree](docs/book/), and can be compiled using [mkdocs](http://www.mkdocs.org):
```bash
$ mkdocs build
```
You may also [browse the documentation online](https://docs.zendframework.com/zend-expressive-authentication-zendauthentication/).