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
- Zend Framework 2 (latest master)
- ZfcBase (latest master).
- ZfcUser (latest master).
- ZfcAdmin (latest master).
- 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]
- Add this package with Composer
..."require-dev":{
"club-seiden/ibmiuseradmin":"dev-master"
},...
- Tell Composer to download Ibmiuseradmin
$ php composer.phar update