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

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

unclexo/xo-user
===============

A ZF2 module for user authentication and managing user sessions in database.

1.0.0(8y ago)322MITPHPPHP &gt;=5.3.3

Since Jul 30Pushed 8y agoCompare

[ Source](https://github.com/unclexo/XOUser)[ Packagist](https://packagist.org/packages/unclexo/xo-user)[ Docs](https://github.com/unclexo/XOUser)[ RSS](/packages/unclexo-xo-user/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

Introduction
------------

[](#introduction)

XOUser is a skeleton module for user authentication and registration for Zend Framework 2. This is for making a user module very fast by extending its available functionality. XOUser stores session data in database. This is mainly a combination of Zend\\Db, Zend\\Session and Zend\\Authentication for managing users persistently.

Version
-------

[](#version)

Please use one of versions from below:

Supported Zend Framework version&gt;= 2.2.7 to &lt;= 2.5.0Features
--------

[](#features)

- User login - authenticate via username or email (by specifying one of these two and changing that in other places).
- User registration.
- User change-password.
- Forms protected against CSRF.

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

[](#installation)

### Using composer:

[](#using-composer)

1. In your project, use the following command on your terminal.

```
$ composer require unclexo/xo-user
```

2. Add this `XOUser` module name in your `application.config.php` file.

```
