tgrj/tweb_adapter_users
最新稳定版本:v2.1.0
Composer 安装命令:
composer require tgrj/tweb_adapter_users
包简介
users management implementation into tweb framework
README 文档
README
users management implementation into tweb framework
About
With this module I wanted to have some basic users management system, which will be used with tweb_auth as well, basically. It needs tweb_adapter_rb to function, since it all is based on RedBeansPHP.
Usage
It serves functions for simple user management, which will technically also create a user-table. Since it is RedBean, this user table is quite flexible. More columsn / fields could be extended later on. This basic user table is just the minimum requirement for the whole auth process to work correctly. Thess functions are available with this module to manage users:
- tweb_create_user_table()
- tweb_user_create()
- tweb_user_delete()
- tweb_user_set_password()
- tweb_user_set_username()
- tweb_verify_role()
The tweb_create_user_table() function should be called in the DB setup process. It won't be called otherwise, which could lead to problems, if the RedBean mode is set to "frozen" and not "fluid".
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-30