jweiland / jobfair2
Job fair 2 - Job fair implementation using Maps2 and tt_address to display jobs
Package info
github.com/jweiland-net/jobfair2
Type:typo3-cms-extension
pkg:composer/jweiland/jobfair2
dev-main
2026-07-30 15:32 UTC
Requires
Requires (Dev)
- ergebnis/composer-normalize: ^2.44
- typo3/coding-standards: ^0.8
- typo3/testing-framework: ^9.1.2
This package is auto-updated.
Last update: 2026-07-30 15:33:08 UTC
README
Jobfair2 is a TYPO3 extension that lets you present a list of open job positions on your website - like a digital job fair.
What it does
- Displays a searchable, sortable list of jobs (title, location, job area, job type, application deadline).
- Shows job locations on a map (EXT:maps2).
- Provides a detail page per job, including an optional PDF export.
- Stores job locations as regular addresses (EXT:tt_address).
- Can automatically import job offers from an external XML API on a regular basis (via a scheduled CLI command), so job listings stay up to date without manual editing.
Requirements
- TYPO3 13.4 LTS
- PHP 8.2 or higher
- Composer-based TYPO3 installation
Installation
Install the extension via Composer:
composer require jweiland/jobfair2
Afterward, activate the extension in the TYPO3 backend (Extension Manager / Admin Tools) and add the "Job fair" content element to a page.
License
Released under the GPL-2.0-or-later license. See LICENSE for details.