PHPackages                             kanellov/zf2-authentication - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. kanellov/zf2-authentication

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

kanellov/zf2-authentication
===========================

Zend Framework 2 Authentication extras

0.1.0(11y ago)023MITPHPPHP &gt;=5.3.23

Since Feb 25Pushed 11y ago1 watchersCompare

[ Source](https://github.com/kanellov/zf2-authentication)[ Packagist](https://packagist.org/packages/kanellov/zf2-authentication)[ Docs](https://github.com/kanellov/zf2-authentication)[ RSS](/packages/kanellov-zf2-authentication/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

zf2-authentication
==================

[](#zf2-authentication)

[![Build Status](https://camo.githubusercontent.com/55a8b6f11a9ff6baa9d00de191ebb111baee8f27f17a2e29dd552a3aa4e41a81/68747470733a2f2f7472617669732d63692e6f72672f6b616e656c6c6f762f7a66322d61757468656e7469636174696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kanellov/zf2-authentication)

Zend Framework authentication extras

Installation
------------

[](#installation)

Install composer in your project:

```
curl -s https://getcomposer.org/installer | php

```

Create a composer.json file in your project root:

```
{
    "require": {
        "kanellov/zf2-authentication": "dev-master"
    }
}

```

Install via composer:

```
php composer.phar install

```

Add this line to your application’s index.php file:

```
