PHPackages                             tahmina8765/zf2auth - 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. tahmina8765/zf2auth

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

tahmina8765/zf2auth
===================

A Zend Framework 2 authentication module

027PHP

Since Feb 23Pushed 11y agoCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Zf2auth
=======

[](#zf2auth)

A Zend Framework 2 User Authentication and role based authorization module, created by Tahmina Khatoon

### This Package is still not stable. Do not use it untill beta version released.

[](#this-package-is-still-not-stable-do-not-use-it-untill-beta-version-released)

Installation
============

[](#installation)

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "require": {
        "tahmina8765/zf2auth": "dev-master"
    }
    ```
2. Now tell composer to download ZfcUser by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php`file.

    ```
