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
Requires
- contao/core-bundle: ^4.13 || ^5.0
- symfony/http-client: ^7.3
Requires (Dev)
- contao/manager-plugin: ^2.0
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
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
-
Install the bundle via Composer:
composer require mindbird/contao-nuliga-hessen
-
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.
-
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.