zendframework / zend-mvc-plugin-identity
1.1.1
2019-10-18 08:47 UTC
Requires
- php: ^5.6 || ^7.0
- container-interop/container-interop: ^1.1
- zendframework/zend-authentication: ^2.5.3
- zendframework/zend-mvc: ^3.0
- zendframework/zend-servicemanager: ^2.7.5 || ^3.0.3
Requires (Dev)
- phpunit/phpunit: ^5.7.27 || ^6.5.8 || ^7.1.4
- zendframework/zend-coding-standard: ~1.0.0
Conflicts
- zendframework/zend-mvc: <3.0.0
This package is auto-updated.
Last update: 2020-01-28 20:06:55 UTC
README
仓库废弃于 2019-12-31
此仓库已迁移至 laminas/laminas-mvc-plugin-identity。
提供zend-mvc插件(适用于3.0及更高版本),允许检索由zend-authentication提供的当前身份。
安装
运行以下命令来安装此库
$ composer require zendframework/zend-mvc-plugin-identity
如果您正在使用zend-component-installer,则已安装完毕!
如果不是,则需要将组件作为模块添加到您的应用程序中。将条目 'Zend\Mvc\Plugin\Identity'
添加到您的应用程序配置中的模块列表中(通常是 config/application.config.php
或 config/modules.config.php
)。
文档
在线浏览文档:https://docs.zendframework.com/zend-mvc-plugin-identity/