Download the PHP package slownls/simple_auth_system without Composer
On this page you can find all versions of the php package slownls/simple_auth_system. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download slownls/simple_auth_system
More information about slownls/simple_auth_system
Files in slownls/simple_auth_system
Download slownls/simple_auth_system
More information about slownls/simple_auth_system
Files in slownls/simple_auth_system
Vendor slownls
Package simple_auth_system
Short Description Simple authentification system in php
License Apache-2.0
Package simple_auth_system
Short Description Simple authentification system in php
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package simple_auth_system
Simple Authentification System
Simple authentication system is a pre-made authentication system to connect your users to your website.
General functions
User::SetDatabase(PDO $db) // Used to define the instance of your database
User::GetBy(string ...$args) // Used to retrieve a user's information
User::Create(string $username, string $email, string $password) // Used to register a user in the database
User::GetLocalInfo(string $key) // Used to retrieve information from the user's session.
Login functions
User::IsLogged() // Whether the user is logged in.
User::Logout() // Used to log out the user
User::Login(string $username, string $password) // Used to log the user in.
User::Register(string $username, string $email, string $password, string $password_confirm) // Use to create a new user
Notification functions
User::HasNotifications() // Whether the user has any notifications
User::GetNotifications() // Used to retrieve user notifications
User::AddNotification(string $type, string $message) // Used to add a notification to the user
User::DestroyNotification(int $key) // Used to delete a notification to the user
All versions of simple_auth_system with dependencies
PHP Build Version
Package Version
No informations.
The package slownls/simple_auth_system contains the following files
Loading the files please wait ....