Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

zendframework/zend-mvc-plugin-identity

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

zend-mvc-plugin-identity

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-mvc-plugin-identity.

Build Status Coverage Status

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/

Support