ttek / tk-framework
Tk8 Lib: Tropotek Framework Library
Fund package maintenance!
8.0.136
2026-06-12 00:00 UTC
Requires
- php: ^8.3
- ext-curl: *
- ext-fileinfo: *
- ext-gd: *
- ext-json: *
- ext-mbstring: *
- ext-pdo: *
- phpmailer/phpmailer: ~6.0-@stable
- psr/http-message: ^1.0-@stable
- psr/log: ^3.0.2-@stable
This package is auto-updated.
Last update: 2026-06-12 22:08:45 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:
{
"require": {
"ttek/tk-framework": "~8.0.0"
}
}