ttek / tk-mvc
Model-View-Controller library for the Tk lib
3.4.12
2023-11-18 00:00 UTC
Requires
- symfony/console: 4.*
- symfony/event-dispatcher: 4.*
- symfony/http-kernel: 4.*
- symfony/routing: 4.*
- symfony/translation: 4.*
- ttek/tk-framework: ~3.2.0
This package is auto-updated.
Last update: 2026-05-18 07:10:37 UTC
README
Project: tk-mvc
Web: http://www.domtemplate.com/
Authors: Michael Mifsud http://www.tropotek.com/
A Model-View-Controller lib to support the Tropotek lib V2.
Contents
Installation
Available on Packagist (ttek/tk-mvc) and installable via Composer.
composer require ttek/tk-mvc
Or add the following to your composer.json file:
"ttek/tk-mvc": "~3.0"
Introduction
List of sub lib contents:
- *Dispatcher: Manage and trigger system wide events
- Kernel: Base system controller to manage the flow of the system
- *Routing: Url system to manage site wide url routing
- Response: Libs to handle the Controller response objects