Download the PHP package b13/vgwort without Composer

On this page you can find all versions of the php package b13/vgwort. 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 vgwort

VG Wort Tracking for TYPO3

Adds a VG Wort tracking pixel field to TYPO3 pages and renders the pixel in the frontend.

This is the basic extension providing pixel tracking only. For pixel pool management, METIS API integration, text registration, and author management, see VG Wort Pro — contact b13 for more information.

TYPO3 compatibility

This extension supports TYPO3 v14 LTS.

Installation

Configuration

Include the VG Wort site set in your site package's config.yaml:

This adds the VG Wort tracking pixel automatically after the opening <body> tag on every page that has a pixel assigned.

VG Wort server domain

The tracking pixel URL uses a VG Wort server subdomain (vg01-vg09). The default is vg08.

To change this, configure it in your site's settings.yaml:

Check your VG Wort pixel order confirmation for the correct subdomain.

Alternative: Fluid partial

If you prefer to control where the pixel is rendered, add the extension's partial path to your template configuration:

Then render the partial in your page template:

Page fields

The extension adds the following fields to page records in a VG Wort tab:

Field Description
tx_vgwort_pixel VG Wort tracking pixel code (public code)
tx_vgwort_ignore Exclude this page from VG Wort tracking

Fields are only shown for standard pages (doktype 1) by default.

Custom doktypes

If your site uses custom page types with trackable content, add them in your site package's ext_localconf.php:

Your site package must declare b13/vgwort as a Composer dependency so the default doktypes array is initialized first.

Info module

The extension adds a VG Wort Tracking Overview to the Info module (Web > Info), listing all pages with their pixel codes.

Upgrading to VG Wort Pro

For pixel pool management, METIS API text registration, author management, and a dashboard widget, VG Wort Pro is available as a separate extension. Contact b13 for more information.

VG Wort Pro builds on top of this extension and adds:

Privacy & GDPR

VG Wort tracking may be subject to local data protection regulations. It is the responsibility of the site operator to ensure compliance with applicable privacy laws.

License

Like TYPO3 Core, EXT:vgwort is licensed under GPL-2.0-or-later.

Background, authors & maintenance

This extension was created by David Steeb in 2025 for b13 GmbH, Stuttgart.

Find more TYPO3 extensions we have developed that help us deliver value in client projects. As part of our work, we focus on testing and best practices to ensure long-term performance, reliability, and results in all our code.


All versions of vgwort with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
typo3/cms-core Version ^13 || ^14
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 b13/vgwort contains the following files

Loading the files please wait ...