joacub / zfc-user-admin
There is no license information available for the latest version (dev-master) of this package.
An administration interface for ZfcUser.
dev-master
2014-06-22 10:34 UTC
Requires
- php: >=5.3.3
- zf-commons/zfc-user: *
This package is not auto-updated.
Last update: 2024-10-26 13:48:08 UTC
README
Version 0.0.1 Created by Daniel Strøm and Martin Shwalbe
Introduction
This module provides an interface to create/edit new users.
Installation
Main Setup
- Clone this project into your
./vendor/
directory and enable it in yourapplication.config.php
file. - Clone
https://github.com/juriansluiman/ZfcAdmin
into your./vendor/
directory and enable it in yourapplication.config.php
file.
Requires
- ZfcAdmin
- ZfcUser
Usage
soon to come