Skip to content

RudyMas/tigra_login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Class Login for the Tigra Framework

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": "*"
}