club-seiden/ibmiuseradmin
Composer 安装命令:
composer require club-seiden/ibmiuseradmin
包简介
A user management module for ZF2
README 文档
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
- Zend Framework 2 (latest master)
- ZfcBase (latest master).
- ZfcUser (latest master).
- ZfcAdmin (latest master).
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
- Add this package with Composer
..."require-dev":{
"club-seiden/ibmiuseradmin":"dev-master"
},...
- Tell Composer to download Ibmiuseradmin
$ php composer.phar update
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-07-17