mindbird/contao-nuliga-hessen

Contao Bundle for NuLiga Hessen access.

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:contao-bundle

pkg:composer/mindbird/contao-nuliga-hessen

1.0.1 2025-09-30 21:55 UTC

This package is auto-updated.

Last update: 2025-09-30 22:16:26 UTC


README

This bundle provides a Contao CMS integration for accessing the NuLiga Hessen API, allowing users to retrieve and display sports data from the NuLiga platform.

Features

  • Fetch and display league tables, match results, and team information from NuLiga Hessen.
  • Easy integration with Contao CMS.
  • Configurable API settings.

Configuration

  1. Install the bundle via Composer:

    composer require mindbird/contao-nuliga-hessen
  2. Add the configuration to your .env file:

    NULIGA_API_TOKEN=XXXXxxxxx
    NULIGA_CLUB_ID=12345
    

    The club ID can be found in your club's page on the NuLiga Hessen website as VNR.: xxxxx.

  3. Clear the Contao cache and run the database update tool if necessary.

Usage

  • Use the provided Contao content elements to display data from the NuLiga Hessen API on your website
  • A cron job is running every 5 minutes to update the data from the API.