zendframework/zend-mvc-plugin-identity

此包已被废弃且不再维护。作者建议使用 laminas/laminas-mvc-plugin-identity 包。

用于在 zend-mvc 控制器中检索当前认证身份的插件

1.1.1 2019-10-18 08:47 UTC

This package is auto-updated.

Last update: 2020-01-28 20:06:55 UTC


README

仓库废弃于 2019-12-31

此仓库已迁移至 laminas/laminas-mvc-plugin-identity

Build Status Coverage Status

提供zend-mvc插件(适用于3.0及更高版本),允许检索由zend-authentication提供的当前身份。

安装

运行以下命令来安装此库

$ composer require zendframework/zend-mvc-plugin-identity

如果您正在使用zend-component-installer,则已安装完毕!

如果不是,则需要将组件作为模块添加到您的应用程序中。将条目 'Zend\Mvc\Plugin\Identity' 添加到您的应用程序配置中的模块列表中(通常是 config/application.config.phpconfig/modules.config.php)。

文档

在线浏览文档:https://docs.zendframework.com/zend-mvc-plugin-identity/

支持