club-seiden/ibmiuseradmin

A user management module for ZF2

dev-master 2015-07-17 20:38 UTC

This package is auto-updated.

Last update: 2024-04-19 06:55:06 UTC


README

This is a simple yet functional way to manage users in your ZF2 projects running on IBM i. It is meant to be used with ZFCAdmin. In theory this work on any OS, not just IBM i, but details regarding DB2 connections are provided in the /data directory.

Created by the fine people over at clubseiden.com

Requirements

Features / Goals

  • Allow an admin to add, edit user details, change password, and delete users [IN PROGRESS]
  • Commented all code so this can be used as a learning tool [IN PROGRESS]
  • Be a sub-route of ZFCAdmin [COMPLETE]

Installation

  1. Add this package with Composer
..."require-dev":{
    "club-seiden/ibmiuseradmin":"dev-master"
    },...
  1. Tell Composer to download Ibmiuseradmin
$ php composer.phar update