franky5831/codeigniter4-user-library
最新稳定版本:0.0.5
Composer 安装命令:
composer require franky5831/codeigniter4-user-library
包简介
Codeigniter4 User Mangement Library
README 文档
README
This is a library developed for Codeigniter 4 that will make the management of users in your application easier and more secure.
The library will automatically manage the registration and login process, with security measures in pace.
read the documentation here
The security measures:
- Captchas
- Xss prevention
- SQL Injections prevention
- Session Hijacking prevention
- Brute force attacks prevention
How to install the library:
- Run the following command in the root of your CodeIgniter 4 project:
composer require franky5831/codeigniter4-user-library
- Copy the configurations you wish to override from the
franky5831/codeigniter4-user-library/src/Config/App.phpfile to theapp/Config/App.phpfile. The configurations that will not be copied will take the default values from the vendor file, you don't want to copy the__constructmethod from the vendor file.
For any issues or questions, please open an issue on the GitHub repository.
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2025-02-25