Removed unnecessary php version check, because it will be checked by composer
Removed unnecessary php version check, because it will be checked by composer
Added migration to create a new users table
Added the UserManager class for user management. Refactoring the User model
Added the ability to authenticate users by session