leogr/zf2-auth-module

This package is abandoned and no longer maintained. No replacement package was suggested.

ZF2 module for authentication services

v0.2.1 2015-04-03 15:18 UTC

This package is not auto-updated.

Last update: 2020-01-20 03:30:54 UTC


README

Latest Stable Version

This ZF2 module provides a standard setup for an interactive authentication environment (based on Zend Framework 2 authentication, i.e. \Zend\Authentication).

Features

It provides:

  • an interfaces set aimed to wire up your model with authentication services

  • an event driven authentication process

  • a controller plugin to easily integrate an interactive authentication into your application

Installation

Using composer:

Add the following to your composer.json file:

"require": {
    "php": ">=5.4",
    "leogr/zf2-auth-module": "~0.1"
}

Analytics