zendframework / zend-expressive-authentication-zendauthentication
此包已被放弃,不再维护。作者建议使用 mezzio/mezzio-authentication-laminasauthentication 包代替。
zend-authentication 的适配器,用于 zend-expressive-authentication。
1.0.1
2019-06-18 10:22 UTC
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
仓库于 2019-12-31 被放弃
此库为 zend-authentication 提供适配器,以便与 zend-expressive-authentication 一起使用。
安装
运行以下命令来安装此库
$ composer require zendframework/zend-expressive-authentication-zendauthentication
文档
文档位于 doc 目录中,可以使用 mkdocs 进行编译。
$ mkdocs build
您还可以 在线浏览文档。