oromedialab / zf2-user
User Module for Zend Framework 2
dev-master
2016-04-11 04:20 UTC
Requires
- php: >5.4
- doctrine/doctrine-orm-module: 0.*
- gedmo/doctrine-extensions: 2.*
- hounddog/doctrine-data-fixture-module: 0.0.*
- oromedialab/doctrine-module-auth-extension: dev-master
- oromedialab/zf2-lazy-form: 0.*
- zendframework/zend-servicemanager: *
This package is not auto-updated.
Last update: 2025-01-04 20:36:33 UTC
README
Developed and Maintained by Ibrahim Azhar Armar
Introduction
User module integrated with Doctrine, It comes bundled with authentication, reigstration, change password and profile
Installation
Install using composer
composer require oromedialab/zf2-user dev-master
Install using GIT clone
git clone https://github.com/oromedialab/zf2-user.git
Enable Zf2 Module
Enable the module by adding Oml\Zf2User
in your config/application.config.php
file