tigra/login

PHP Class Login for the Tigra Framework

7.4.1.0 2022-05-26 13:31 UTC

This package is auto-updated.

Last update: 2024-04-26 18:16:14 UTC


README

This is the Class Login which is used by Tigra.

Installation

Install the package using composer.

composer require tigra/login

or by editing composer.json yourself and adding:

"require": {
    "tigra/login": "*"
}