PHPackages                             visuellverstehen/t3view - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. visuellverstehen/t3view

AbandonedArchivedTypo3-cms-extension[Logging &amp; Monitoring](/categories/logging)

visuellverstehen/t3view
=======================

An extension that outputs system information as JSON

1.0.11(7y ago)46.5k[4 issues](https://github.com/visuellverstehen/t3view/issues)MITPHPPHP &gt;=5.6

Since Oct 25Pushed 7y ago3 watchersCompare

[ Source](https://github.com/visuellverstehen/t3view)[ Packagist](https://packagist.org/packages/visuellverstehen/t3view)[ Docs](https://github.com/visuellverstehen/t3view)[ RSS](/packages/visuellverstehen-t3view/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (13)Used By (0)

[![Build Status](https://camo.githubusercontent.com/646cb3d3d9370f2f0ad91512d8907b70b3b69f443467a7a0c24ab7c95993fb5f/68747470733a2f2f7472617669732d63692e6f72672f76697375656c6c76657273746568656e2f7433766965772e737667)](https://travis-ci.org/visuellverstehen/t3view)[![Downloads](https://camo.githubusercontent.com/337ef473eb516444b8b0a35f05ce1b1d560d9776361410e6ceee8c0d95a74425/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76697375656c6c76657273746568656e2f7433766965772e737667)](https://packagist.org/packages/visuellverstehen/t3view)

t3view
======

[](#t3view)

This extension will provide several system information via an endpoint. In the client-server model context it represents the server.

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

[](#installation)

1. `composer require visuellverstehen/t3view`
2. Open up the extension manager in the TYPO3 backend and active the extension.
3. Add a secret to the extension settings to protect the endpoint.
4. The endpoint is then available through `/index.php?type=5996&secret=yoursecret`

Endpoint
--------

[](#endpoint)

The endpoint is usally `/index.php?type=5996` and secured with a hash / secret which is generated while creating a new instance in the backend. It will return a JSON object containing several system information, take a look at the example output below. The endpoint can be rewritten via [RealURL](https://github.com/dmitryd/typo3-realurl/wiki/Configuration-reference#filenameindexkeyvalues), but it's not mandatory.

Since TYPO3 9.5 LTS it is also possible to add [Route Enhancer](https://docs.typo3.org/typo3cms/extensions/core/Changelog/9.5/Feature-86160-PageTypeEnhancerForMappingTypeParameter.html) in your site configuration which removes the need of RealURL. Example:

```
routeEnhancers:
  PageTypeSuffix:
    type: PageType
    map:
      t3view.json: 5996
```

The endpoint is then available under `/t3view.json?secret=yoursecret`

Security
--------

[](#security)

The endpoint is secured with a 60 character hash called secret. It is generated while creating a new instance in the backend using Laravel's `\Illuminate\Hashing\BcryptHasher::make()` method ([learn more about Laravel hashing](https://laravel.com/docs/5.5/hashing)) which uses the PHP [`password_hash()`](http://php.net/manual/de/function.password-hash.php) function with the `CRYPT_BLOWFISH` algorithm.

Example output
--------------

[](#example-output)

```
    {
        "applicationContext": "Development",
        "composer": true,
        "databaseVersion": "MySQL 5.7.19",
        "extensions": [
            {
                "key": "sourceopt",
                "version": "1.0.0"
            },
            {
                "key": "t3view",
                "version": "1.0.0"
            }
        ],
        "phpVersion": "7.1.10",
        "serverSoftware": "Apache\/2.4.25 (Unix) PHP\/7.1.10",
        "sitename": "Test setup",
        "typo3Version": "8.7.8"
    }
```

Requirements
------------

[](#requirements)

- TYPO3 6.2 – 9.5
- PHP &gt;= 5.6

Miscellaneous
-------------

[](#miscellaneous)

- Read code comments, they will explain a lot.
- Contributing is welcomed, just open a pull request or help us with an issue.
- This was part of my graduation project.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 63.1% 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.

###  Release Activity

Cadence

Every ~33 days

Recently: every ~6 days

Total

12

Last Release

2748d ago

PHP version history (2 changes)v1.0.1PHP &gt;=5.6

1.0.5PHP ^7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/57dcd9370600b66b5ad7d99dd2b633e36d3a9458e656d650045f5f5eaf540e2d?d=identicon)[visuellverstehen](/maintainers/visuellverstehen)

---

Top Contributors

[![runepiper](https://avatars.githubusercontent.com/u/4521147?v=4)](https://github.com/runepiper "runepiper (41 commits)")[![malteriechmann](https://avatars.githubusercontent.com/u/656568?v=4)](https://github.com/malteriechmann "malteriechmann (24 commits)")

---

Tags

monitoringtypo3typo3-extension

### Embed Badge

![Health badge](/badges/visuellverstehen-t3view/health.svg)

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

###  Alternatives

[t3monitor/t3monitoring_client

Client extension for the t3monitoring service

31851.3k1](/packages/t3monitor-t3monitoring-client)[pagemachine/typo3-formlog

Form log for TYPO3

23225.3k6](/packages/pagemachine-typo3-formlog)[mfd/typo3-prometheus

Exports Prometheus metrics for TYPO3 instances

1010.6k](/packages/mfd-typo3-prometheus)

PHPackages © 2026

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