zendframework / zend-mvc-plugin-identity
Plugin for retrieving the current authenticated identity within zend-mvc controllers
Installs: 1 115 401
Dependents: 9
Suggesters: 1
Security: 0
Stars: 7
Watchers: 16
Forks: 6
Open Issues: 0
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
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-mvc-plugin-identity.
Provides a zend-mvc plugin (for versions 3.0 and up) that allows retrieving the current identity as provided by zend-authentication.
Installation
Run the following to install this library:
$ composer require zendframework/zend-mvc-plugin-identity
If you are using the zend-component-installer, you're done!
If not, you will need to add the component as a module to your
application. Add the entry 'Zend\Mvc\Plugin\Identity'
to
your list of modules in your application configuration (typically
one of config/application.config.php
or config/modules.config.php
).
Documentation
Browse the documentation online at https://docs.zendframework.com/zend-mvc-plugin-identity/