joacub / zfc-user-admin
An administration interface for ZfcUser.
Installs: 328
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 43
pkg:composer/joacub/zfc-user-admin
Requires
- php: >=5.3.3
- zf-commons/zfc-user: *
This package is not auto-updated.
Last update: 2025-09-27 18:20:19 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