PHPackages                             tdt/ui - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. tdt/ui

ActiveLibrary

tdt/ui
======

A user interface for The DataTank

011PHP

Since Jul 19Pushed 12y ago2 watchersCompare

[ Source](https://github.com/tdt/ui)[ Packagist](https://packagist.org/packages/tdt/ui)[ RSS](/packages/tdt-ui/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

\#tdt-UI

This is a user interface created for The DataTank. It has the following functions:

- Manage resources
- Manage routes
- Manage users
- Add jobs to tdt/input
- Test mapping files

---

Installation
------------

[](#installation)

The first step is to install The DataTank. If you want to use The DataTank Installer, continue with [setup using the installer](https://github.com/oSoc13/tdt-UI/tree/development#setup-using-the-installer). If you want to install The DataTank using composer, follow the instructions in [setup using composer](https://github.com/oSoc13/tdt-UI/tree/development#setup-using-composer).

### Setup using the installer

[](#setup-using-the-installer)

Download [tdt/installer](https://github.com/oSoc13/tdt-Installer) to install The DataTank. Before you continue to follow the instructions provided on that page, go to the settings folder and set these properties in tdt-start.json:

```
	"link" : "https://github.com/oSoc13/tdt-start.git",
  	"zip" : "https://github.com/oSoc13/tdt-start/archive/master.zip",
  	"zipdirname" : "tdt-start-master"
```

After this, follow the complete installation process described [here](https://github.com/oSoc13/tdt-Installer).

Finally, you need to [configure tdt/start](https://github.com/oSoc13/tdt-UI/tree/development#configure-tdtstart).

### Setup using composer

[](#setup-using-composer)

Create a new project by cloning the tdt/start repository:

```
git clone https://github.com/oSoc13/tdt-start
```

Setup tdt/start, as explained in the "Getting started" section of the [github page](https://github.com/tdt/start#getting-started).

Now, the only thing left to do, is to [configure tdt/start](https://github.com/oSoc13/tdt-UI/tree/development#configure-tdtstart).

Configure tdt/start
-------------------

[](#configure-tdtstart)

Now you need to adapt the configuration of tdt/start, to make everything in the UI work.

Alter composer.json and add, on the root level (the same level as "require"):

```
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/oSoc13/tdt-core.git"
    }
]
```

Then add to requirements:

```
"tdt/core"      : "dev-development",
"tdt/input"     : "dev-development",
"tdt/ui"        : "dev-development"
```

Now update your project (in the tdt/start folder):

```
composer update
```

If anything goes wrong with this command, try to run it as superuser (because the folders may be owned by the php user).

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ea7deaa6beab35e56598e71e03d8ca3560856815c7aff95269f85eb572f3c8ac?d=identicon)[coreation](/maintainers/coreation)

---

Top Contributors

[![JeppeKnockaert](https://avatars.githubusercontent.com/u/1913807?v=4)](https://github.com/JeppeKnockaert "JeppeKnockaert (109 commits)")[![LeenDeBaets](https://avatars.githubusercontent.com/u/2607043?v=4)](https://github.com/LeenDeBaets "LeenDeBaets (37 commits)")[![nicolasdierck](https://avatars.githubusercontent.com/u/1913802?v=4)](https://github.com/nicolasdierck "nicolasdierck (24 commits)")[![dive-michiel](https://avatars.githubusercontent.com/u/2650975?v=4)](https://github.com/dive-michiel "dive-michiel (1 commits)")

### Embed Badge

![Health badge](/badges/tdt-ui/health.svg)

```
[![Health](https://phpackages.com/badges/tdt-ui/health.svg)](https://phpackages.com/packages/tdt-ui)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
