ttek / tk-base
Tk8 Lib: Tk Lib MVC framework using low-level Symfony framework objects
8.1.0
2025-11-15 00:00 UTC
Requires
- studio-42/elfinder: ~2.1.0-@stable
- symfony/console: ^6.2-@stable
- symfony/event-dispatcher: ^6.2-@stable
- symfony/http-foundation: ^6.2-@stable
- symfony/http-kernel: ^6.2-@stable
- symfony/lock: ^6.2-@stable
- symfony/routing: ^6.2-@stable
- tinymce/tinymce: ~7.0-@stable
- ttek/tk-domtemplate: ^8.0
- ttek/tk-form: ^8.1
- ttek/tk-framework: ^8.1
- ttek/tk-table: ^8.1
- vlucas/phpdotenv: ^5.6-@stable
Requires (Dev)
- composer/composer: ^2.0
This package is auto-updated.
Last update: 2026-07-20 21:06:56 UTC
README
Project: ttek/tk-base
Web: http://www.tropotek.com/
Reference: https://getcomposer.org/doc/articles/custom-installers.md
This lib is used to contain the most common objects when creating a new tk site
Contents
Installation
Available on Packagist (ttek/tk-base) and as such installable via Composer.
composer require ttek/tk-base
Or add the following to your composer.json file:
{
"require": {
"ttek/tk-base": "~8.1.0"
}
}