PHPackages                             vitorbarros/vmb-zf2-module-login - 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. vitorbarros/vmb-zf2-module-login

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

vitorbarros/vmb-zf2-module-login
================================

Módulo básico de login utilizando o zend2 e doctrine

2.0.1(10y ago)363PHP

Since Feb 15Pushed 10y ago1 watchersCompare

[ Source](https://github.com/vitorbarros/vmb-zf2-module-login)[ Packagist](https://packagist.org/packages/vitorbarros/vmb-zf2-module-login)[ RSS](/packages/vitorbarros-vmb-zf2-module-login/feed)WikiDiscussions master Synced today

READMEChangelog (8)Dependencies (2)Versions (9)Used By (0)

ZF2 Login Module
================

[](#zf2-login-module)

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

[](#installation)

Installation of this module uses composer. For composer documentation, please refer to [getcomposer.org](http://getcomposer.org/).

`php composer.phar require vitorbarros/vmb-zf2-module-login`

Then add `DoctrineModule`, `DoctrineORMModule`, `DoctrineDataFixtureModule` and `VMBLogin` to your `config/application.config.php` and create directory `data/DoctrineORMModule/Proxy` and make sure your application has write access to it.

Installation without composer is not officially supported and requires you to manually install all dependencies that are listed in `composer.json`

Configuration options
---------------------

[](#configuration-options)

To create initial data to test the module configure the database connection as following

```
