ttek/tk-base

Base site library for the Tk lib

Installs: 1 512

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

Language:JavaScript

8.0.34 2024-04-16 00:00 UTC

This package is auto-updated.

Last update: 2024-04-16 05:06:35 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.

Introduction