franky5831/codeigniter4-user-library

There is no license information available for the latest version (0.0.3) of this package.

Codeigniter4 User Mangement Library

0.0.3 2025-03-11 15:49 UTC

This package is auto-updated.

Last update: 2025-05-17 10:37:06 UTC


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:

  1. Run the following command in the root of your CodeIgniter 4 project:
composer require franky5831/codeigniter4-user-library
  1. Copy the configurations you wish to override from the franky5831/codeigniter4-user-library/src/Config/App.php file to the app/Config/App.php file. The configurations that will not be copied will take the default values from the vendor file, you don't want to copy the __construct method from the vendor file.

For any issues or questions, please open an issue on the GitHub repository.