stietotalwin / arif-rh-ci4-auth-extended
PHPAuth for CodeIgniter 4
Package info
github.com/stietotalwin/arif-rh-ci4-auth-extended
pkg:composer/stietotalwin/arif-rh-ci4-auth-extended
1.0.1
2025-06-15 14:12 UTC
Requires
Requires (Dev)
- codeigniter4/framework: ^4.1
- phpunit/phpunit: 8.5.*
This package is not auto-updated.
Last update: 2026-03-08 17:23:58 UTC
README
This package is adopted from PHPAuth, but completedly rewrited for easy implementation with CodeIgniter 4.
Installation
composer require stietotalwin/arif-rh-ci4-auth-extended- make sure you have set you database config properly
php spark migrate -n StieTotalWin\Authphp spark db:seed \\StieTotalWin\\Auth\\Database\\Seeds\\AuthSeeder
Features
- Register
- Activation email
- Login
- Request reset password
- Encrypt password using bcrypt
- Prevent brute force attack by limiting request