PHPackages                             danielss89/zfc-user-admin - 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. [Admin Panels](/categories/admin)
4. /
5. danielss89/zfc-user-admin

ActiveLibrary[Admin Panels](/categories/admin)

danielss89/zfc-user-admin
=========================

An administration interface for ZfcUser.

3619.6k43[6 PRs](https://github.com/Danielss89/ZfcUserAdmin/pulls)PHP

Since Aug 24Pushed 9y ago14 watchersCompare

[ Source](https://github.com/Danielss89/ZfcUserAdmin)[ Packagist](https://packagist.org/packages/danielss89/zfc-user-admin)[ RSS](/packages/danielss89-zfc-user-admin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ZfcUserAdmin Module for Zend Framework 2
========================================

[](#zfcuseradmin-module-for-zend-framework-2)

Version 0.1

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

[](#introduction)

This module provides an interface to create/edit/delete users.

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

[](#installation)

### Using composer

[](#using-composer)

1. Add `danielss89/zfc-user-admin` (version `dev-master`) to requirements
2. Run `update` command on composer

### Manually

[](#manually)

1. Clone this project into your `./vendor/` directory and enable it in your `application.config.php` file.
2. Clone `https://github.com/juriansluiman/ZfcAdmin` into your `./vendor/` directory and enable it in your `application.config.php` file.

### Requires

[](#requires)

1. ZfcAdmin
2. ZfcUser

Usage
-----

[](#usage)

### Override default module config

[](#override-default-module-config)

Copy `/config/ZfcUserAdmin.global.php.dist` to `/autoload/ZfcUserAdmin.global.php` and edit required module options (full list will be added to doc later, for now you can find all available options in `/src/Options/ModuleOptions.php` - just look at class properties and convert upper case to dash plus lower case, e.g. createUserAutoPassword -&gt; create\_user\_auto\_password). E.g.:

```
