Download the PHP package tigo/login-session without Composer
On this page you can find all versions of the php package tigo/login-session. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package login-session
Login Session
Creating session for login in PHP
- MIT license. Feel free to use this project. Leave a star :star: !
- Download package:
If you found this project useful, consider making a donation to support the developer.
Introduction
Somewhere in your project, you may need to use autoload
Example
-
Configuration:
- In the Standard class there is a method called postLogin(), it is through it that you will implement your logic.
-
By default the postLogin() method has an implemented logic which receives data from an array, to perform post validation
Method TestMatrix::table() ` Example methods
Method Description validate() This method is responsible for validating the login. auth() On a private page where the user must be logged in, you can use this method in the page controller or on the page itself. logout() Use this method to destroy session or logout. user() Use this method to collect session information.
Problems
If you discover any issues, please contact my email or issue tracker and post the details.
Contributors
License
MIT license. See the archive License
All versions of login-session with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 7.2
The package tigo/login-session contains the following files
Loading the files please wait ....