PHPackages                             atans/atans-user - 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. atans/atans-user

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

atans/atans-user
================

A RBAC user module for Zend Framework 2

31271PHP

Since May 30Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

AtansUser
---------

[](#atansuser)

A user registration, authentication, management and role-based access control module for Zend Framework 2

Requirements
------------

[](#requirements)

- Zend Framework 2 (latest master)
- ZfcRbac (~2.1.2)

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

[](#installation)

### With composer

[](#with-composer)

1.Add this project in your composer.json:

```
"require": {
    "atans/atans-user": "dev-master"
}

```

2.Now tell composer to download AtansUser by running the command:

```
$ php composer.phar update

```

### Post installation

[](#post-installation)

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

```
