ttek / tk-base
Base site library for the Tk lib
8.0.194
2026-06-12 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.0
- ttek/tk-framework: ^8.0
- ttek/tk-table: ^8.0
- vlucas/phpdotenv: ^5.6-@stable
Requires (Dev)
- composer/composer: ^2.0
This package is auto-updated.
Last update: 2026-06-12 22:31:50 UTC
README
Project: ttek/tk-base
Web: http://www.tropotek.com/
Authors: Michael Mifsud 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:
"ttek/tk-base": "~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.