ttek / tk-auth
A base lib for authentication in websites
8.0.4
2024-09-10 00:00 UTC
- dev-master
- 8.0.x-dev
- 8.0.4
- 8.0.2
- 8.0.0
- 7.0.x-dev
- 3.2.x-dev
- 3.2.18
- 3.2.16
- 3.2.14
- 3.2.12
- 3.2.10
- 3.2.8
- 3.2.6
- 3.2.4
- 3.2.2
- 3.2.0
- 3.0.x-dev
- 3.0.12
- 3.0.10
- 3.0.8
- 3.0.6
- 3.0.4
- 3.0.2
- 3.0.0
- 2.0.28
- 2.0.26
- 2.0.24
- 2.0.22
- 2.0.20
- 2.0.18
- 2.0.16
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
This package is auto-updated.
Last update: 2024-10-13 02:02:23 UTC
README
Project: ttek/tk-auth
Web: http://www.tropotek.com/
Authors: Michael Mifsud http://www.tropotek.com/
This is the lib for the Tk Framework HTML Authentication system
Contents
Installation
Available on Packagist (ttek/tk-form) and as such installable via Composer.
composer require ttek/tk-auth
Or add the following to your composer.json file:
"ttek/tk-auth": "~3.0"
If you do not use Composer, you can grab the code from GitHub, and use any PSR-0 compatible autoloader (e.g. the tk-auth) to load the classes.