fixwa / logregisys
A system login and user registration, independent of the framework used.
0.1
2015-04-07 04:10 UTC
Requires (Dev)
- php: >=5.5.0
- gregwar/captcha: ~1.0
- phpmailer/phpmailer: ~5
- phpunit/phpunit: ~4
This package is auto-updated.
Last update: 2025-03-13 04:10:52 UTC
README
A system login and user registration, regardless of the framework used.
If you have ever tried to create a login page / user registration then you know that this is a repetitive task fraught with problems.
I dealt with these problems often therefore attempt in this library provide common tasks:
persistence, session confirmation email, etc.
Installation
LOGREGISYS is installed via Composer:
composer require fixwa/UsLoRegSys:dev-master
This will require all the components for the Login and Registration System.