uom/tk-base

Base site library for the Tk lib

Installs: 63

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Language:JavaScript

3.4.26 2022-08-04 00:00 UTC

This package is auto-updated.

Last update: 2024-03-30 00:26:31 UTC


README

Project: uom/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 (uom/tk-base) and as such installable via Composer.

composer require uom/tk-base

Or add the following to your composer.json file:

"uom/tk-base": "~3.2"

If you do not use Composer, you can grab the code from GitHub, and use any PSR-0 compatible autoloader to load the classes.

Introduction