club-seiden/ibmiuseradmin

A user management module for ZF2

Maintainers

👁 chukShirley

Package info

github.com/Club-Seiden/Ibmiuseradmin

pkg:composer/club-seiden/ibmiuseradmin

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 2

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

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 96bed7dd9d9026d2855f414d15f3953316106245

  • Chuk Shirley <chukShirley.woop@gmail.com>
  • King Harrison <kingharrison.woop@gmail.com>

adminzf2userIBMi

This package is auto-updated.

Last update: 2026-06-19 11:56:08 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