ttek / tk-framework
Tropotek Framework
Installs: 2 032
Dependents: 12
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: ^8.2
- ext-curl: *
- ext-fileinfo: *
- ext-json: *
- ext-pdo: *
- phpmailer/phpmailer: ~6.0
- psr/http-message: ^1.0
- dev-master
- 8.0.x-dev
- 8.0.54
- 8.0.52
- 8.0.50
- 8.0.48
- 8.0.46
- 8.0.44
- 8.0.42
- 8.0.40
- 8.0.38
- 8.0.36
- 8.0.34
- 8.0.32
- 8.0.30
- 8.0.28
- 8.0.26
- 8.0.24
- 8.0.22
- 8.0.20
- 8.0.18
- 8.0.16
- 8.0.14
- 8.0.12
- 8.0.10
- 8.0.8
- 8.0.6
- 8.0.4
- 8.0.2
- 8.0.0
- 7.0.x-dev
- 3.2.x-dev
- 3.2.30
- 3.2.28
- 3.2.26
- 3.2.24
- 3.2.22
- 3.2.20
- 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.108
- 3.0.106
- 3.0.104
- 3.0.102
- 3.0.100
- 3.0.98
- 3.0.96
- 3.0.94
- 3.0.92
- 3.0.90
- 3.0.88
- 3.0.86
- 3.0.84
- 3.0.82
- 3.0.80
- 3.0.78
- 3.0.76
- 3.0.74
- 3.0.72
- 3.0.70
- 3.0.68
- 3.0.66
- 3.0.64
- 3.0.62
- 3.0.60
- 3.0.58
- 3.0.56
- 3.0.54
- 3.0.52
- 3.0.50
- 3.0.48
- 3.0.46
- 3.0.44
- 3.0.42
- 3.0.40
- 3.0.38
- 3.0.36
- 3.0.34
- 3.0.32
- 3.0.30
- 3.0.28
- 3.0.24
- 3.0.22
- 3.0.20
- 3.0.18
- 3.0.16
- 3.0.14
- 3.0.12
- 3.0.10
- 3.0.8
- 3.0.6
- 3.0.4
- 3.0.2
- 3.0.0
- 2.0.120
- 2.0.118
- 2.0.116
- 2.0.114
- 2.0.112
- 2.0.110
- 2.0.108
- 2.0.106
- 2.0.104
- 2.0.102
- 2.0.100
- 2.0.98
- 2.0.96
- 2.0.94
- 2.0.92
- 2.0.90
- 2.0.88
- 2.0.86
- 2.0.84
- 2.0.82
- 2.0.80
- 2.0.78
- 2.0.76
- 2.0.74
- 2.0.72
- 2.0.70
- 2.0.68
- 2.0.66
- 2.0.64
- 2.0.62
- 2.0.60
- 2.0.58
- 2.0.56
- 2.0.54
- 2.0.52
- 2.0.50
- 2.0.48
- 2.0.46
- 2.0.44
- 2.0.42
- 2.0.40
- 2.0.38
- 2.0.36
- 2.0.34
- 2.0.32
- 2.0.30
- 2.0.28
- 2.0.26
- 2.0.24
- 2.0.22
- 2.0.21
- 2.0.20
- 2.0.19
- 2.0.18
- 2.0.17
- 2.0.16
- 2.0.15
- 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
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- dev-ver2
- dev-ver1
This package is auto-updated.
Last update: 2024-11-03 19:25:46 UTC
README
Project: ttek/tk-framework
Web: http://www.tropotek.com/
Authors: Michael Mifsud http://www.tropotek.com/
This is the base lib for the Tropotek Tk PHP Framework
Contents
Installation
Available on Packagist (ttek/tk-framework) and as such installable via Composer.
composer require ttek/tk-framework
Or add the following to your composer.json file:
"ttek/tk-framework": "~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 PHP DomTemplate) to load the classes.
Introduction
NOTICE: The new Tk Framework is currently under construction and unstable. Use previous versions for production site.