Download the PHP package moselwal/fa4t3 without Composer

On this page you can find all versions of the php package moselwal/fa4t3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package fa4t3

Fathom Analytics — TYPO3 Extension

TYPO3 14 PHP 8.5+ License: GPL-2.0-or-later

Privacy-focused analytics for TYPO3 powered by Fathom Analytics. Provides a backend dashboard module, page-specific analytics in the page module, and optional frontend tracking script injection.

Features

Screenshots

Backend Dashboard

The dashboard module appears under Content → Fathom Analytics in the TYPO3 backend sidebar. It shows realtime visitors, daily pageviews, average time on site, bounce rate, and event completions — without leaving TYPO3.

Per-Page Analytics Widget

The page analytics widget appears directly on every TYPO3 page record and shows the last 30 days of Fathom data (pageviews, visitors, avg. duration, bounce rate) for the DE and EN URL of that page.

Installation

text

Requirements

Secure Secret Management (Recommended)

For secure handling of your Fathom API key and password, we recommend using moselwal/secret-resolver:

Why not just environment variables?

Environment variables are a common approach for secrets, but they have significant drawbacks:

What secret-resolver does differently:

Usage in TYPO3 YAML files:

secret-resolver hooks into TYPO3's central YamlFileLoader, so the %secret(KEY)% placeholder works in all TYPO3 YAML configurations — not just Site Configuration:

text

This includes Site Configuration, Form Framework definitions, Services.yaml, and any other YAML loaded through TYPO3's standard YAML loader.

See the secret-resolver documentation for setup details.

Architecture

text

Configuration

  1. Obtain an API key from your Fathom Analytics dashboard
  2. Configure the extension in the TYPO3 backend (Extension Configuration)
  3. Set your Site ID for frontend tracking (optional)

Dashboard Widgets

When typo3/cms-dashboard is installed, additional widgets are available:

Development

Dependencies

Package Type Purpose
typo3/cms-dashboard Optional Dashboard widget support
moselwal/secret-resolver Optional Secure API key and password resolution from encrypted sources
moselwal/dev Dev Shared QA tooling

License

GPL-2.0-or-later — see LICENSE for details.


All versions of fa4t3 with dependencies

PHP Build Version
Package Version
Requires php Version ^8.5
psr/http-message Version ^1.0 || ^2.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
typo3/cms-backend Version ^14.0
typo3/cms-core Version ^14.0
typo3/cms-extbase Version ^14.0
typo3/cms-fluid Version ^14.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package moselwal/fa4t3 contains the following files

Loading the files please wait ...