Download the PHP package zerig/user-manager without Composer
On this page you can find all versions of the php package zerig/user-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zerig/user-manager
More information about zerig/user-manager
Files in zerig/user-manager
Download zerig/user-manager
More information about zerig/user-manager
Files in zerig/user-manager
Vendor zerig
Package user-manager
Short Description Manage User class
License MIT
Package user-manager
Short Description Manage User class
License MIT
Keywords useruser manager
Please rate this library. Is it a good library?
Informations about the package user-manager
SSYTEM \ USER
- needs \SqlManager\Mysql class works with User account
FIRST YOU NEED
login($login, $password)
- $login [string] user name for login
- $password [string] user password for login
- @return [boolean] success of action
Log user into system.
logout()
- @return [boolean] success of action
Log user out of system.
::signup($login, $password, $type)
- $login [string] user name for login
- $password [string] user password for login
- $type [num] user_type_id
- @return [boolean] success of action
Add new user into MYSQL. New password length have to be min. 6 chars.
::existUser($login)
- $login [string] user name
- @return [boolean] success of action
Add new user into MYSQL. New password length have to be min. 6 chars.
changePassword($old_password, $new_password, $control_password = null)
- $old_password [string] origin user password
- $new_password [string] new password
- $constrol_password [string] controling of the new password - not necessary
- @return [boolean] success of action
change password to new password
changeLogin($new_login, $password)
- $new_login [string] new login name
- $password [string] origin user passworf for comfirmation
- @return [boolean] success of action
change password to new password
::removeUser($login)
- $login [string] user name login to be deleted
- @return [boolean] success of action
Delete user from Mysql.
All versions of user-manager with dependencies
PHP Build Version
Package Version
The package zerig/user-manager contains the following files
Loading the files please wait ....